or

Adds an alternation token (|) between the current OrderFragment and other. All OrderToken are converted into OrderFragments.

Acts like a boolean OR. Matches the expression before or after the |.

It can operate within a group, or on a whole expression. The patterns will be tested in order.


Adds an alternation token (|) between the current OrderToken and other. All OrderToken are converted into OrderFragments.

Acts like a boolean OR. Matches the expression before or after the |.

It can operate within a group, or on a whole expression. The patterns will be tested in order.