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.