Commit 52399015 authored by Geoff Simmons's avatar Geoff Simmons

Changed READNE formatting.

parent 6d04ea32
...@@ -122,12 +122,12 @@ never changes during the lifetime of VCL, use ``match``. ...@@ -122,12 +122,12 @@ never changes during the lifetime of VCL, use ``match``.
.. _obj_regex: .. _obj_regex:
new xregex = regex(STRING, INT limit, INT limit_recursion) regex(...)
---------------------------------------------------------- ----------
:: ::
new xregex = regex( new xregex = re.regex(
STRING, STRING,
INT limit=1000, INT limit=1000,
INT limit_recursion=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