Category Escape
A set that contains all characters that have property X that can be identified with a category escape \p{X}. The complement of this set is specified with the category escape \P{X}. ([\P{X}]=[^\p{X}]).
Syntax
catEsc ::= '\p'{' charProp '}'
Syntax
complEsc ::= '\P{' charProp '}'
Syntax
charProp ::= IsCategory | IsBlock
See Also
Reference
XML Schema Regular Expressions
XML Schema Regular Expressions Reference Chart