Reply To: Searchin All Caps Words

#113154

Hi Bilaha,
you can use GREP to search two or more capital letters with this string:
\u\u+

or
\u{2,}

if you want to search only single words, you can surround the previous string with , like this:
\u{2,}

let’s try

This article was last modified on December 30, 2018

Comments (0)

Loading comments...