Skip to content

Commit 6f40fc2

Browse files
authored
Merge pull request github#3678 from Marcono1234/patch-1
Approved by shati-patel
2 parents abd05bc + 7cd6dd2 commit 6f40fc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/language/ql-handbook/language.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,8 @@ The following built-in predicates are members of type ``string``:
17601760
| ``trim`` | string | | The result is the receiver with all whitespace removed from the beginning and end of the string. |
17611761
+----------------------+-------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
17621762

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>`__.
17641765

17651766
Evaluation
17661767
----------

0 commit comments

Comments
 (0)