Quote:
Originally Posted by Ashjuk
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.
|
( ) is a capture
[ ] is a set/range of possibilities
{ } is number of repetitions
Get yourself a REGEX cheat sheet