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()
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()