Class RegexExtensions
Represents the regex extensions.
Inherited Members
Namespace: Platform.RegularExpressions.Transformer
Assembly: Platform.RegularExpressions.Transformer.dll
Syntax
public static class RegexExtensions
Methods
| Improve this Doc View SourceOverrideOptions(Regex, RegexOptions, TimeSpan)
Overrides the options using the specified regex.
Declaration
public static Regex OverrideOptions(this Regex regex, RegexOptions options, TimeSpan matchTimeout)
Parameters
Type | Name | Description |
---|---|---|
Regex | regex | The regex.
|
RegexOptions | options | The options.
|
TimeSpan | matchTimeout | The match timeout.
|
Returns
Type | Description |
---|---|
Regex | The regex
|