Quote:
Originally Posted by theducks
id=".+?"
would find ID= with any ID value between quotes
|
Thanks.
That was one of the suggestions I had found by searching for how to match any string.
I note that the expression above is not in brackets. I think that when I was trying I put it it inside brackets, which is probably why it did not work for me.
I am very much a novice when it comes to regex.