Reputation: 2784
Tried using the regex \b[A-Z][A-Z]+\b
to find all uppercase words containing at least 2 uppercase letters. But there is one word that I am not interested in and it occurs too many times to skip it manually. How should I modify the regex to exclude that specific word?
Upvotes: 1
Views: 2345