Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: TGenerex operator|(GenerexNoResultBase<T, TGenerex, TGenerexMatch>, TGenerex)

Declaration

public static TGenerex operator|(
    GenerexNoResultBase<T, TGenerex, TGenerexMatch> one,
    TGenerex two
)

Summary

Returns a regular expression that matches either one of the specified regular expressions (cf. | in traditional regular expression syntax).