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