Mega Code Archive
To match a string of any length (including the empty string) that is comprised exclusively of lower-case ASCII letters
Below is an example of element content that matches the above pattern:
qwertyuiop
Describing structured numeric strings like US Social Security Numbers (SSNs):
Allow only the ten ASCII digits, using this character class expression