1 parent 1742ab2 commit ad5a6f5Copy full SHA for ad5a6f5
1 file changed
docs/library/ure.rst
@@ -47,7 +47,7 @@ etc. are not supported.
47
Functions
48
---------
49
50
-.. function:: compile(regex_str)
+.. function:: compile(regex_str, [flags])
51
52
Compile regular expression, return `regex <regex>` object.
53
@@ -65,6 +65,7 @@ Functions
65
.. data:: DEBUG
66
67
Flag value, display debug information about compiled expression.
68
+ (Availability depends on `MicroPython port`.)
69
70
71
.. _regex:
0 commit comments