Allow for doing case insensitive matching of values without allowing regex in the value be used. Use the `Pattern#quote` function to escape the value. Also possibly add the `^` and `$` to the string with the case insensitive flag.
Allow for doing case insensitive matching of values without allowing regex in the value be used.
Use the
Pattern#quotefunction to escape the value. Also possibly add the^and$to the string with the case insensitive flag.