[Mono-list] Re gex support for character class subtraction

Ian Green nospam at aijk.org
Wed May 20 05:32:49 EDT 2009


Mono 2.4 Regex doesn't seem to support character class subtraction. 

As a simple example, the Regex class '[a-z-[d-f]]' should be the same as
'[a-cg-z]'.
Mono 2.4 interprets it as the class '[a-z-[d-f]', followed by a single ']'.


-- 
View this message in context: http://www.nabble.com/Regex-support-for-character-class-subtraction-tp23632045p23632045.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list