This document provides examples of regular expressions to define various formal languages over alphabets like {a,b}. Some examples include regular expressions for languages containing words with a certain number of a's/b's, starting or ending with certain letters, containing/not containing certain substrings, and having prefixes/postfixes. It also gives overviews of how to write regular expressions for common languages like odd-length strings, strings ending in a certain letter, and strings representing mathematical sequences.