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?
"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?