Declaration
public static TGenerex operator+(
Predicate<T> one,
GenerexWithResultBase<T, TResult, TGenerex, TGenerexMatch> two
)
Summary
Returns a regular expression that matches a single element that satisfies the specified predicate (first
operand) followed by the specified regular expression (second operand).