the
cat
sat
on
the
mat
assuming those are different entries. what would the regex expression be to exclude a specific character, in this case "a", from anywhere at all in the thing you were searching for?
so the hits you would get back are "the, on, the"
or if it was a word as in
I like chocolate
bananas
chocolate cake
I would like only "bananas" to show a hit by excluding the word "chocolate" anywhere