Predicate Impl :: isIgnoreCase
Holds if root
has the i
flag for case-insensitive matching.
Import path
import semmle.code.java.regex.RegexTreeView
predicate
isIgnoreCase
(
RegExpTerm
root
)