I know how to do the ([A-Z]) and ([0-9]) set ups, how do I go about making it so it reads a-z and 0-9 for each character position? Like a "default alphanumeric" reader?
Example:
http://www.mysite.com/1e5df8b2... (MD5 Checksum)
How would I make it read the whole thing...If I use ([A-Z]+) I only get letters...etc