Declaration
public static Stringerex Expect(
Stringerex[] stringerexes,
Func<StringerexMatch, Exception> exceptionGenerator
)
Summary
Attempts to match the specified sequence of consecutive regular expressions and throws an exception generated
by the specified code if the regular expression does not match.