https://bugzilla.novell.com/show_bug.cgi?id=352096
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=352096#c2 --- Comment #2 from Marc Sàbat <[EMAIL PROTECTED]> 2008-01-10 11:32:29 MST --- I tested the regex "^.*$" and both mono and MS implementation behave in the same way: they seem to match any string you throw at it (which is the expected behavior I believe). Microsoft implementation behaves in the same way with "^*$": it matches any string you throw at it (not only a line with a single '*'). Hope this helps. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
