Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Or(params T[])

Declaration

public TGenerex Or(
    params T[] elements
)

Summary

Returns a regular expression that matches either this regular expression or the specified sequence of elements (cf. | or [...] in traditional regular expression syntax).

See also