Declaration
public static Stringerex Expect(
string elements,
Func<StringerexMatch, Exception> exceptionGenerator
)
Summary
Attempts to match the specified string and throws an exception generated by the specified code if the regular
expression does not match.