Regex Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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. |
|
MatchTimeout | Gets the time-out interval of the current instance. |
|
Options | Returns the options passed into the Regex constructor. |
|
RightToLeft | Gets a value indicating whether the regular expression searches from right to left. |
Show: