diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-10-31 14:45:26 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-10-31 14:46:08 +0200 |
commit | 80e3f07e7f760707f20200b6b6a706308d92158c (patch) | |
tree | 23dec3be6dc9b64f51ea63112dcca5edd5b7f6b7 | |
parent | 02b4b23319a84d5b96b9394d8c379ef0549fd208 (diff) |
docs/ure: Add "|" (alternative) to the list of supported operators.
-rw-r--r-- | docs/library/ure.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/ure.rst b/docs/library/ure.rst index 67f4f54a1..ebae1db5f 100644 --- a/docs/library/ure.rst +++ b/docs/library/ure.rst @@ -34,6 +34,8 @@ Supported operators are: ``'+?'`` +``'|'`` + ``'()'`` Grouping. Each group is capturing (a substring it captures can be accessed with `match.group()` method). |