mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Fix incorrect java.util.regex.Pattern name in specification
This commit is contained in:
@@ -1760,7 +1760,7 @@ The following built-in predicates are members of type ``string``:
|
||||
| ``trim`` | string | | The result is the receiver with all whitespace removed from the beginning and end of the string. |
|
||||
+----------------------+-------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Regular expressions are as defined by ``java.util.Pattern`` in Java.
|
||||
Regular expressions are as defined by ``java.util.regex.Pattern`` in Java.
|
||||
|
||||
Evaluation
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user