mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
docs/ure: Add "|" (alternative) to the list of supported operators.
This commit is contained in:
@@ -34,6 +34,8 @@ Supported operators are:
|
||||
|
||||
``'+?'``
|
||||
|
||||
``'|'``
|
||||
|
||||
``'()'``
|
||||
Grouping. Each group is capturing (a substring it captures can be accessed
|
||||
with `match.group()` method).
|
||||
|
||||
Reference in New Issue
Block a user