Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How do i check if a variable contains something like a special part in the url? Using * does not work like -> "search"
Thanks for the help :)
[[URL]].indexOf("text")
if contains then result >=0 else result = -1
@GameBot Thank you! Works fine!
@to-nice yes
Thank you @Fox
Thanks for your answer already resolved that