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