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<TOtherResult> ProcessRaw<TOtherResult>(Func<TResult, TOtherResult>)Declarationpublic Stringerex<TOtherResult> ProcessRaw<TOtherResult>(
Func<TResult, TOtherResult> selector
) Summary
Processes each match of this regular expression by running each result through a provided selector. Generic type parametersTOtherResult |
Type of the object returned by selector. |
ParametersFunc<TResult, TOtherResult> | selector |
Function to process the result of a regular expression match. |
|