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 |
| Operator: Stringerex<TResult> operator+(Stringerex, Stringerex<TResult>)Declarationpublic static Stringerex<TResult> operator+(
Stringerex one,
Stringerex<TResult> two
) Summary
Returns a regular expression that matches the first regular expression followed by the second and retains the
result object generated by each match of the second regular expression. |