Quote:
Originally Posted by DevonHess
The backslashes need to be escaped before the regex is evaluated, in this case. So those are all actually just escaped dot characters.
|
Ahh, that explains it then, I was confused looking at the '\\.' as a literal '\' and a match-any-char '.' which didn't look right!