IsRegex Method

Moq 2.6

Overload List

  NameDescription
IsRegex(String)
Matches a string argument if it matches the given regular expression pattern.
IsRegex(String, RegexOptions)
Matches a string argument if it matches the given regular expression pattern.

See Also