Or(element, selector, comparer) Or(elements, selector, comparer) ThenExpect<>(expectation, selector, exceptionGenerator) ThenExpect<>(expectation, selector, exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: Stringerex<TResult> Then(IEqualityComparer<char>, string)Declarationpublic Stringerex<TResult> Then(
IEqualityComparer<char> comparer,
string str
) Summary
Returns a regular expression that matches this regular expression followed by the specified string, using the
specified equality comparer. |