CodeQL library for JavaScript/TypeScript
codeql/javascript-all 2.5.0 (changelog, source)
Search

Member predicate StringReplaceCall::maybeGlobal

Holds if this is a global replacement, that is, the first argument is a regular expression with the g flag or unknown flags, or this is a call to .replaceAll().

predicate maybeGlobal()