I am using the browser object and URL to sitelock and was wondering if i am able to use wildcards such as *. when evaluating a value stored in a text variable so as to just accept the first part of an address? http://www. etc
For example I want to be able to accept anything before the "." in the web address and always have the end part of the address the same "thisismysite.com" so some variations could be "www.thisismysite.com" "thisismysite.com" "m.thisismysite.com" "http://www.thisismysite.com"
I am using a text variable to store the name of the site I want and then storing the URL in another and comparing them, although what i need to do is ignore the first part of the address so there are no issues, and I don't want to hard code the names.
Is there a way to do this?