ConstraintFactory.StringMatching(String) Method
Definition
Returns a constraint that succeeds if the actual value matches the Regex pattern supplied as an argument.
public NUnit.Framework.Constraints.RegexConstraint StringMatching (string pattern);
member this.StringMatching : string -> NUnit.Framework.Constraints.RegexConstraint
Parameters
- pattern
- String