This documentation is archived and is not being maintained.
Regex Properties
Visual Studio 2010
The Regex type exposes the following members.
| Name | Description | |
|---|---|---|
|
CacheSize | Gets or sets the maximum number of entries in the current static 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. |
Show: