What are the unicode groups
and block ranges
that can be specified in character class \p{name}
?
e.g.
\p{IsGreek}
Where Is the list of names & description available?
What are the unicode groups
and block ranges
that can be specified in character class \p{name}
?
e.g.
\p{IsGreek}
Where Is the list of names & description available?
Here you can find a list of the Unicode Character Properties that you can specify in the brackets: http://en.wikipedia.org/wiki/Mapping_of_Unicode_characters#Categories
Or you can match Unicode Blocks or Scripts, you can find information about that here: http://www.regular-expressions.info/unicode.html#block and http://www.regular-expressions.info/unicode.html#script.
Regular-Expressions.info has lists.
You can also ask the man pages of PCRE itself: