Example: One or more a's followed by two or more b's would be represented as aa*bbb*.
Give a concise English language description for the set of strings that match each of the following regular expressions. In addition, give two five-symbol strings where the first is in the language and the second is not.
Example: For regular expression b*ab*, you might write "strings of a's and b's with exactly one a." babbb is in the language, aaaaa is not.