Declaration
public static TGenerex operator|(
Predicate<T> one,
GenerexNoResultBase<T, TGenerex, TGenerexMatch> two
)
Summary
Returns a regular expression that matches either a single element that satisfies the specified predicate
(first operand) or the specified regular expression (second operand) (cf.
|
in traditional regular
expression syntax).