Sublime Forum

Bug? Using \p{...} in Find Regular Expression

#1

Just been try to find non-decimal numeric code points in the Unicode.txt file from unicode.org.

Thus I wanted to search for ;N\p{Ll} (semi-colon, “N” and a lowercase letter).

But I couldn’t get that to work, according to boost.org/doc/libs/1_47_0/li … yntax.html). This suggests the above should work and that ;N\p{lower} also would, but it doesn’t.

What is the status of \p… in regular expressions in Sublime Text 2?

0 Likes

#2

Works fine for me with 2219. Did you enable regular expression search?

0 Likes

#3

I certainly did enable regex search (not having case sensitive on lead to matching upper case initially).

I’m on build 2217, maybe this is a fix pending general release?

0 Likes