Does_Syntax.

Match(string, RegexOptions) Method

Summary

Returns a constraint that succeeds if the actual value matches the regular expression supplied as an argument.
Namespace
TCLite.Constraints
Containing Type
Does_Syntax

Syntax

public static RegexConstraint Match(string pattern, RegexOptions options = null)

Parameters

Name Type Description
pattern string
options RegexOptions

Return Value

Type Description
RegexConstraint