svn path=/trunk/mcs/; revision=20351
@@ -1,3 +1,7 @@
+2003-11-22 Jackson Harper <[email protected]>
+
+ * regex.cs: Add CultureInvariant flag to RegexOptions.
2003-11-20 Juraj Skripsky <[email protected]>
* quicksearch.cs: Use a hashtable instead of an array for the
@@ -30,7 +30,8 @@ namespace System.Text.RegularExpressions {
Singleline = 0x010,
IgnorePatternWhitespace = 0x020,
RightToLeft = 0x040,
- ECMAScript = 0x100
+ ECMAScript = 0x100,
+ CultureInvariant = 0x200
}
[Serializable]