Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: Stringerex operator|(Generex<char>, Stringerex)

Declaration

public static Stringerex operator|(
    Generex<char> one,
    Stringerex two
)

Summary

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