Python
Regex To Match Upper Case Words
Here's a short demonstration of how to use a regular expression to identify UPPERCASE words in a bunch of text files.
The goal in this particular code snip is to open and read all of the .rtf files in a given directory and identify only the UPPERCASE words appearing in the file.