docs/ure: Add "|" (alternative) to the list of supported operators.
This commit is contained in:
parent
02b4b23319
commit
80e3f07e7f
|
@ -34,6 +34,8 @@ Supported operators are:
|
||||||
|
|
||||||
``'+?'``
|
``'+?'``
|
||||||
|
|
||||||
|
``'|'``
|
||||||
|
|
||||||
``'()'``
|
``'()'``
|
||||||
Grouping. Each group is capturing (a substring it captures can be accessed
|
Grouping. Each group is capturing (a substring it captures can be accessed
|
||||||
with `match.group()` method).
|
with `match.group()` method).
|
||||||
|
|
Loading…
Reference in New Issue