search for consecutive words beginning with capital letter
Hi all,
Is there a way to search for two consecutive words that are set in title case (i.e., first letter is capitalized and remaining letters are lowercase)?
I know [A-Z] will find a capital letter, but not sure how to define two strings beginning with a capital letter.
|