[Mono-bugs] [Bug 77883][Nor] New - Bug in regular expressions
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Mar 23 04:18:27 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by roeie at mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77883
--- shadow/77883 2006-03-23 04:18:27.000000000 -0500
+++ shadow/77883.tmp.22764 2006-03-23 04:18:27.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 77883
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: roeie at mainsoft.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Bug in regular expressions
+
+Description of Problem:
+
+The following returns no match (EmptyMatch)
+string attributeName = "<<N>>";
+Match match = Regex.Match(attributeName, ".*[^>]");
+Console.WriteLine(attributeKey);
+
+while in MS.NET the printed output is: '<<N'
+
+Steps to reproduce the problem:
+
+just run the above code
+
+Actual Results:
+
+The output is empty string
+
+Expected Results:
+
+The output should be as in MS.NET: '<<N'
+
+How often does this happen?
+
+every time
More information about the mono-bugs
mailing list