[Mono-bugs] [Bug 541823] Regex class doesn't match when it should
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jun 11 00:17:04 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=541823
https://bugzilla.novell.com/show_bug.cgi?id=541823#c4
--- Comment #4 from Michael Letterle <michael.letterle at gmail.com> 2011-06-11 04:17:03 UTC ---
Just a quick followup, reordering the regex as follows also causes a correct
match: (?-six:\A[\s]*(=|!=|>=|<=|~>|>|<)?[\s]*([0-9]+(\.[0-9a-zA-Z]+)*)[\s]*\z)
matches ">= 0" whereas if the single greater/less than signs come before the
greater/less than or equal signs it does not.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list