v. 2.6.1.28
Search - Find in Files - In Directories. In dialogue box tick "case sensitive". Conducts case insensitive search with Regular Expressions option both ticket and unticked.
In my humble opinion, both check-boxes 'case sensitive' and 'whole words only' don't work with 'Regular Expressions'.
For 'case insensitive' you could look for the i flag as part of the regexp /Steve/i or (?i) and (?-i)
For 'whole words only' you could use \b or \B inside the regexp \bsteve\b
Any comment?
Here's my set-up and results:
Thanks for the attachment - obvious. Fixed next version >= 2.6.1.29
Thanks for your reports.
Thanks for the fix
Log in to post a comment.
In my humble opinion, both check-boxes 'case sensitive' and 'whole words only' don't work with 'Regular Expressions'.
For 'case insensitive' you could look for the i flag as part of the regexp
/Steve/i
or (?i) and (?-i)
For 'whole words only' you could use \b or \B inside the regexp
\bsteve\b
Any comment?
Here's my set-up and results:
Thanks for the attachment - obvious.
Fixed next version >= 2.6.1.29
Thanks for your reports.
Thanks for the fix