Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

Returns a regular expression that matches either the specified regular expression (first operand) or a single element that satisfies the specified predicate (second operand) (cf. | in traditional regular expression syntax).