Indicates that the search string(s) should be treated as a regular expression(s)
with the specified options.
- Namespace
- Statiq
.Core - Containing Type
- ReplaceInContent
Syntax
public ReplaceInContent IsRegex(RegexOptions regexOptions = null)
Parameters
| Name | Type | Description |
|---|---|---|
| regexOptions | RegexOptions | The options to use (if any). |
Return Value
| Type | Description |
|---|---|
| ReplaceInContent | The current module instance. |