Seems like this is rather simple, but I\'m having trouble.
I have a text document that looks, for example, like this:
This is a TEXT DOCUME
You miss * and also \w is any word character. Correct regexp is:
*
\w
\<[[:upper:]][[:upper:]]*\>
\< \> match word boundaries
\<
\>