Update generated README.rst

parent 0ee2f4ae
......@@ -115,13 +115,13 @@ never changes during the lifetime of VCL, use ``match``.
.. _re.regex():
new xregex = re.regex(STRING, INT limit, INT limit_recursion)
-------------------------------------------------------------
new xregex = re.regex(REGEX, INT limit, INT limit_recursion)
------------------------------------------------------------
::
new xregex = re.regex(
STRING,
REGEX,
INT limit=1000,
INT limit_recursion=1000
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment