Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: TGenerex Ors(IEnumerable<TGenerex>)

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

Declaration

public static TGenerex Ors(
    IEnumerable<TGenerex> other
)

Summary

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