File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/language/ql-handbook Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1760,7 +1760,8 @@ The following built-in predicates are members of type ``string``:
1760
1760
| ``trim `` | string | | The result is the receiver with all whitespace removed from the beginning and end of the string. |
1761
1761
+----------------------+-------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1762
1762
1763
- Regular expressions are as defined by ``java.util.Pattern `` in Java.
1763
+ Regular expressions are as defined by ``java.util.regex.Pattern `` in Java.
1764
+ For more information, see the `Java API Documentation <https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/regex/Pattern.html >`__.
1764
1765
1765
1766
Evaluation
1766
1767
----------
You can’t perform that action at this time.
0 commit comments