Skip to content

Commit 7cd6dd2

Browse files
Add link to Java regex Pattern documentation to language.rst
Co-authored-by: Shati Patel <[email protected]>
1 parent 5d2b911 commit 7cd6dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/language/ql-handbook/language.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,6 +1761,7 @@ The following built-in predicates are members of type ``string``:
17611761
+----------------------+-------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
17621762

17631763
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)