Regex Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property Static member CacheSize Gets or sets the maximum number of entries in the current static cache of compiled regular expressions.
Public property MatchTimeout Gets the time-out interval of the current instance.
Public property Options Returns the options passed into the Regex constructor.
Public property RightToLeft Gets a value indicating whether the regular expression searches from right to left.
Top

Show:
© 2017 Microsoft