ReplaceIn.

IsRegex(RegexOptions) Method

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
ReplaceIn

Syntax

public ReplaceIn IsRegex(RegexOptions regexOptions = 0)

Parameters

Name Type Description
regexOptions RegexOptions The options to use (if any).

Return Value

Type Description
ReplaceIn The current module instance.
GitHub