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?
 
Back
Top