Re: [xml-dev] regular expression question

From
David Carlisle <>
To
Date
2005-08-26T09:38:20Z
ID
<>
Thread
Re: [xml-dev] regular expression question
> The rationale here could be that since no other character is following
> the hyphen is not used for indication ranges in character classes, but
> as itself.

This is the correct interpretation I believe.


http://www.w3.org/TR/xmlschema-2/#regexs

says

  A single XML character is a �character range� that identifies the set
  of characters containing only itself. All XML characters are valid
  character ranges, except as follows:
  ...
  The - character is a valid character range only at the beginning or
  end of a �positive character group�. 



which means that you can (should be able to) use - to mean itself as the
last character in a [] group.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________