mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JS: Address comments from doc review
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<p>
|
||||
There are several built-in JavaScript functions that search for a regular expression match within a string,
|
||||
such as <code>RegExp.prototype.test</code> and <code>String.prototype.search</code>.
|
||||
If the regular expression is not anchored, the regular expression does not need to match the whole string;
|
||||
it only needs to match a substring.
|
||||
If the regular expression is not anchored, it only needs to match a substring of the input
|
||||
and won't necessarily match the whole string.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user