Quote:
Originally Posted by KevinH
What does the exact error message say? Mouse over the find field or valid regex symbol?
Does it show the exact error message? Try a character range not a word range. Did that change the error?
|
Please see the attached screengrab
I've tried several permutations of the regex:
Code:
\w
\S
\u
\l
\D
[a-z]
.
All show the same error, and return no matches.
@Doitsu - Yeah, I don't know what's going on.