Regex Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| CacheSize | Gets or sets the maximum number of entries in the current Regex object's cache of compiled regular expressions. |
| Options | Returns the options passed into the Regex constructor. |
| RightToLeft | Gets a value indicating whether the regular expression searches from right to left. |
Community Additions
ADD
Show: