0 Members and 1 Guest are viewing this topic.
Is "\\mystring/" the literal you typed in? That will search for "\mystring/". If you are specifically trying to regex out websites, you can try something like "www(\..+)*" for instance.
{this is a pattern}
I am aware. Your comment sounded like a general statement about RegEx to me, in which case it is false.