Regex Properties
.NET Framework (current version)
Namespace:
System.Text.RegularExpressions
Assembly: System (in System.dll)
| 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 | Gets the options that were passed into the Regex constructor. |
![]() | RightToLeft | Gets a value that indicates whether the regular expression searches from right to left. |
Show:

