Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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