it would get the following matches:
"brown fox jumped over the other"
"fox jumped over the other quick"
"jumped over the other quick brown"
I'm trying, but I dont know the metacharacters well enough. I would like, however, to do this in one regex if possible. Any suggestions?
In reply to Regex help by toonski
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |