Quote:
Originally Posted by KevinH
Perhaps some other app on Windows 10 has a different or broken pcre library someplace in your path?
|
I've just tested [a-zA-Z]* on my Windows and Linux machines and didn't get any matches either. However,
[a-zA-Z]+ worked. Does
[a-zA-Z]* work on your Mac?
[0-9]{1,} works on my Windows and Linux machines.
Edit: The regex works, but only if the cursor is positioned before a letter.