Experiments with regular expressions. A good introduction is available at Google's Python classes. One can also look at the chapter into Dive into Python. An online regular expression tester is available here.
a, X, 9, < -- ordinary characters just match themselves exactly. The meta-characters which do not match themselves because ...