regex: the supported Unicode groups and block ranges?

  • Thread starter Thread starter benny
  • Start date Start date
B

benny

The regex has a "\p{name}" character class ,In msdn the Description is
"Matches any character in the named character class specified by {name}.
Supported names are Unicode groups and block ranges. For example, Ll, Nd, Z,
IsGreek, IsBoxDrawing.".

But there is no more informations about the Unicode groups and block ranges
it supports.
Where can I find the Supported names list?
 
Hi,

http://msdn.microsoft.com/library/d...en-us/cpgenref/html/cpconcharacterclasses.asp

http://msdn.microsoft.com/library/d...en-us/cpgenref/html/cpconcharacterescapes.asp

http://msdn.microsoft.com/library/d...nref/html/cpconatomiczero-widthassertions.asp

Ken
---------------
The regex has a "\p{name}" character class ,In msdn the Description is
"Matches any character in the named character class specified by {name}.
Supported names are Unicode groups and block ranges. For example, Ll, Nd, Z,
IsGreek, IsBoxDrawing.".

But there is no more informations about the Unicode groups and block ranges
it supports.
Where can I find the Supported names list?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top