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