Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Or(T)

Declaration

public TGenerex Or(
    T element
)

Summary

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

See also