You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A summary of the pattern matching characters can be found at <ahref="http://jakarta.apache.org/oro/api/org/apache/oro/text/regex/package-summary.html">ORO Perl5 regular expressions.</a>
4478
+
A summary of the pattern matching characters can be found at <ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/regex/Pattern.html">Java regular expressions.</a>
4479
4479
</p>
4480
4480
<p>You can also choose whether the strings will be expected
4481
4481
to <b>match</b> the entire response, or if the response is only expected to <b>contain</b> the
@@ -6902,7 +6902,7 @@ To disable the redirect detection, set the property <code>proxy.redirect.disabli
6902
6902
</p>
6903
6903
6904
6904
<h4>Includes and Excludes</h4>
6905
-
<p>The <b>include and exclude patterns</b> are treated as regular expressions (using Jakarta ORO).
6905
+
<p>The <b>include and exclude patterns</b> are treated as regular expressions.
6906
6906
They will be matched against the host name, port (actual or implied), path and query (if any) of each browser request.
Copy file name to clipboardExpand all lines: xdocs/usermanual/functions.xml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ Alternatively, just use <code>/</code> instead for the path separator - e.g. <co
148
148
<tr><td>String</td><td> <ahref="#__char">char</a></td><td>generate Unicode char values from a list of numbers</td><td>2.3.3</td></tr>
149
149
<tr><td>String</td><td> <ahref="#__changeCase">changeCase</a></td><td>Change case following different modes</td><td>4.0</td></tr>
150
150
<tr><td>String</td><td> <ahref="#__escapeHtml">escapeHtml</a></td><td>Encode strings using HTML encoding</td><td>2.3.3</td></tr>
151
-
<tr><td>String</td><td> <ahref="#__escapeOroRegexpChars">escapeOroRegexpChars</a></td><td>quote meta chars used by ORO regular expression</td><td>2.9</td></tr>
151
+
<tr><td>String</td><td> <ahref="#__escapeOroRegexpChars">escapeOroRegexpChars</a></td><td>quote meta chars used by Java regular expression</td><td>2.9</td></tr>
152
152
<tr><td>String</td><td> <ahref="#__escapeXml">escapeXml</a></td><td>Encode strings using XMl encoding</td><td>3.2</td></tr>
153
153
<tr><td>String</td><td> <ahref="#__regexFunction">regexFunction</a></td><td>parse previous response using a regular expression</td><td>1.X</td></tr>
154
154
<tr><td>String</td><td> <ahref="#__unescape">unescape</a></td><td>Process strings containing Java escapes (e.g. \n & \t)</td><td>2.3.3</td></tr>
@@ -1530,15 +1530,16 @@ A reference name - <code>refName</code> - for reusing the value created by this
0 commit comments