We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1da83b commit 344f0b4Copy full SHA for 344f0b4
javascript/ql/src/semmle/javascript/Regexp.qll
@@ -941,7 +941,7 @@ module RegExp {
941
bindingset[flags]
942
predicate isMultiline(string flags) { flags.matches("%m%") }
943
944
- /** Holds `flags` includes the `g` flag. */
+ /** Holds if `flags` includes the `g` flag. */
945
946
predicate isGlobal(string flags) { flags.matches("%g%") }
947
0 commit comments