When I search for a lower case or uppercase letter after a quote, I do not find what I expect with the following two regular expressions
“[a-z] or “l
If the file contains the single line “Regular” and I use either of the above two regex, the find command will highlight “R, which it should not. Am I doing something wrong in the regex, or is this a bug in the regex engine?
Matthew