Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Or<TOtherGenerex, TOtherGenerexMatch>(GenerexBase<T, TMatch, TOtherGenerex, TOtherGenerexMatch>)

  • Declared in: RT.Generexes.GenerexBase<T, TMatch, TGenerex, TGenerexMatch>

Declaration

public TGenerex Or<TOtherGenerex, TOtherGenerexMatch>(
    GenerexBase<T, TMatch, TOtherGenerex, TOtherGenerexMatch> other
)

Summary

Returns a regular expression that matches either this regular expression or the specified other regular expression (cf. | in traditional regular expression syntax).

Generic type parameters

TOtherGenerex
  • Must derive from: RT.Generexes.GenerexBase<T, TMatch, TOtherGenerex, TOtherGenerexMatch>.
This type parameter is not documented.
TOtherGenerexMatchThis type parameter is not documented.