. . . in any old word
You can force that to only match as a whole word with the word boundary assertion \brice\b. Otherwise, your regex looks about right to me.
After Compline,
Zaxo
In reply to Re: Non-exclusive or in regexp?
by Zaxo
in thread Non-exclusive or in regexp?
by cormanaz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |