Initializes a new instance of LTRegex.
public LTRegex(
string pattern,
LTRegexOptions options,
LTRegexCostOptions costOptions
)
pattern
The regular expression pattern to use.
options
The LTRegexOptions to use for this instance.
costOptions
The LTRegexCostOptions to use with this instance.