Quote:
Originally Posted by Jabby
I want to find all instances of <p> followed by a lower case character. Testing just the first character.
Thanks - John
|
A simple, literal answer is
Make sure you are in Code View and the search options Match Case and Minimal Matching are checked and that the search mode Wildcard is checked. The square brackets mean any single character in that range, i.e., a-z. Works for me and I use it a lot. You should probably also check for paragraphs ending in a lower case letter.