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<TResult>, Stringerex)Declarationpublic static Stringerex<TResult> operator+(
Stringerex<TResult> one,
Stringerex 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 first regular expression. |