Commit 6d8f106d authored by Nils Goroll's avatar Nils Goroll

rename vmod RST references (vmod_ref_rename.sh)

parent a5e55971
......@@ -122,7 +122,7 @@ Description
The optional parameters ``limit`` and ``limit_recursion`` are
per-object defaults for the respective parameters of the
`vmod_re.regex.match`_ method.
`xregex.match()`_ method.
Example
``new myregex = re.regex("\bmax-age\s*=\s*(\d+)");``
......@@ -138,14 +138,14 @@ Description
internal matching function calls in a ``pcre_exec()``
execution, analogous to the varnishd ``pcre_match_limit``
parameter. For the default value 0, the ``limit`` given to the
constructor `vmod_re.regex`_ is used.
constructor `re.regex()`_ is used.
The optional parameter ``limit_recursion`` restricts the
number of internal matching function recursions in a
``pcre_exec()`` execution, analogous to the varnishd
``pcre_match_limit_recursion`` parameter. For the default
value 0, the ``limit_recursion`` given to the constructor
`vmod_re.regex`_ is used.
`re.regex()`_ is used.
Example
``if (myregex.match(beresp.http.Surrogate-Control)) { # ...``
......@@ -190,7 +190,7 @@ Description
``false``.
For parameters ``limit`` and ``limit_recursion`` see
`vmod_re.regex.match`_, except that there is no object to inherit
`xregex.match()`_, except that there is no object to inherit
defaults from.
Example
......
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