Skip to content
Snippets Groups Projects
Commit ad5a6f59 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/ure: Add flags arg to ure.compile(), mention that ure.DEBUG is optional.

parent 1742ab26
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ etc. are not supported.
Functions
---------
.. function:: compile(regex_str)
.. function:: compile(regex_str, [flags])
Compile regular expression, return `regex <regex>` object.
......@@ -65,6 +65,7 @@ Functions
.. data:: DEBUG
Flag value, display debug information about compiled expression.
(Availability depends on `MicroPython port`.)
.. _regex:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment