Replace(input, replaceWith, startAt, maxReplace) Replace(input, replaceWith, startAt, maxReplace) ThenExpect(exceptionGenerator, comparer, elements) ThenExpect(exceptionGenerator, comparer, elements) Throw(exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: TGenerex lookNegative(bool, IEnumerable<TMatch>)- Declared in: RT.Generexes.GenerexBase<T, TMatch, TGenerex, TGenerexMatch>
Declarationprotected TGenerex lookNegative(
bool behind,
IEnumerable<TMatch> defaultMatch
) Summary
Turns the current regular expression into a zero-width negative (look-ahead or look-behind) assertion. Parametersbool | behind | true to create a look-behind assertion; false to create a look-ahead assertion. | IEnumerable<TMatch> | defaultMatch |
The match sequence to return in case of a match. |
|