docs/ure: Add "|" (alternative) to the list of supported operators.

This commit is contained in:
Paul Sokolovsky 2017-10-31 14:45:26 +02:00
parent 02b4b23319
commit 80e3f07e7f
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ Supported operators are:
``'+?'``
``'|'``
``'()'``
Grouping. Each group is capturing (a substring it captures can be accessed
with `match.group()` method).