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. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
