- AuthorPosts
- December 14, 2008 at 7:01 pm #6749vertcioffiParticipant
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 “lIf 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
December 14, 2008 at 8:30 pm #6750Yutaka EmuraKeymastervertcioffi wrote:
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 “lIf 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
I guess you will have to check “Match Case” check box before you earch for [a-z] or l.
December 16, 2008 at 4:26 pm #6769vertcioffiParticipantThanks, checking off the match case works, along with use regular expression. I am used to working in a UNIX environment where case sensitivity is the norm. In UNIX, when I use regular expressions, I must use an option to make case insensitive.
Matthew :-) - AuthorPosts
- You must be logged in to reply to this topic.