Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex LookBehindNegative(TResult)

Declaration

public TGenerex LookBehindNegative(
    TResult defaultMatch
)

Summary

Turns the current regular expression into a zero-width negative look-behind assertion (cf. (?<!...) in traditional regular expression syntax), which returns the specified default result in case of a match.