- From: Costello, Roger L. <costello@mitre.org>
- Date: Thu, 30 Dec 2010 14:32:53 -0500
- To: "xmlschema-dev@w3.org" <xmlschema-dev@w3.org>
Hi Folks,
The specification says that this regex matches any numeric character in any language:
    \p[N]
Here are some characters that match: 0, 1, ..., 9, ¼ (the fraction one-fourth), ½ (the fraction one-half), ¾ (the fraction three-fourths)
Can you please provide me with examples of other characters that match?
The specification says that this regex matches a digit 0 to 9 in any language:
    \p[Nd]
Obviously these characters match: 0, 1, ..., 9
Can you please provide me with examples of other characters that match?
/Roger
Received on Thursday, 30 December 2010 19:33:27 UTC