We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acd616 commit c1da83bCopy full SHA for c1da83b
javascript/ql/src/semmle/javascript/Regexp.qll
@@ -937,7 +937,7 @@ module RegExp {
937
/** Gets the string `"?"` used to represent a regular expression whose flags are unknown. */
938
string unknownFlag() { result = "?" }
939
940
- /** Holds `flags` includes the `m` flag. */
+ /** Holds if `flags` includes the `m` flag. */
941
bindingset[flags]
942
predicate isMultiline(string flags) { flags.matches("%m%") }
943
0 commit comments