[Mono-bugs] [Bug 69065][Maj] Changed - Error in Regex using IgnoreCase and Compiled options
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Nov 2004 18:38:19 -0500 (EST)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69065
--- shadow/69065 2004-11-03 13:53:21.000000000 -0500
+++ shadow/69065.tmp.12840 2004-11-03 18:38:19.000000000 -0500
@@ -2,22 +2,22 @@
Product: Mono: Class Libraries
Version: 1.0
OS: Suse 8.2
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Critical
+Severity: Unknown
+Priority: Major
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: w.purrer@lenzing.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: RegularExpressions doesn't work as expected
+Summary: Error in Regex using IgnoreCase and Compiled options
string test2 = @" REGLER-PARAMETER ";
string test3 = @"REGLER-PARAMETER ";
Regex x = new Regex("REGLER-
PARAMETER",RegexOptions.IgnoreCase|RegexOptions.Compiled);