What does Pattern.CASE_INSENSITIVE do when used with Pattern.compile()?
Pattern.CASE_INSENSITIVE
Pattern.compile()
Causes a compilation error
None of the above
Compiles a pattern that ignores case
Makes the pattern match case-sensitive