Re: Need some examples of characters that match this regex: \p[N]
Kevin Braun <[email protected]>
| Newsgroups | gmane.text.xml.schema.devel |
|---|---|
| Message-ID | <[email protected]> |
Did you use the normal X character or the Unicode character for the roman numeral X? It would have to be the latter. On 12/30/2010 2:48 PM, Costello, Roger L. wrote: > Hi Kevin, > > For this regex: > > \p[N] > > I tested it using Oxygen XML's Regular Expression Build and it did not accept these Roman numerals: > > X, x, I, i, ii, iii, iv > > /Roger > > > -----Original Message----- > From: Kevin Braun [mailto:[email protected]] > Sent: Thursday, December 30, 2010 2:44 PM > To: Costello, Roger L. > Cc: [email protected] > Subject: Re: Need some examples of characters that match this regex: \p[N] > > Hi Roger, > > If I recall correctly, there are roman numeral characters that match. > > Kevin >