Thus I wanted to search for
- Code: Select all
;N\p{Ll}
But I couldn't get that to work, according to http://docs.sublimetext.info/en/latest/ ... rview.html (which I know is unofficial, but there doesn't seem to be anything better) Sublime Text uses Boost regexes (http://www.boost.org/doc/libs/1_47_0/li ... yntax.html). This suggests the above should work and that
- Code: Select all
;N\p{lower}
What is the status of
- Code: Select all
\p…