Return to Snippet

Revision: 32738
at October 2, 2010 01:32 by jprochazka


Updated Code
Alphabetical = /^[a-zA-z]+$/
Alphanumeric = /^[0-9A-Za-z]+$/
Email = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/

Revision: 32737
at October 2, 2010 01:32 by jprochazka


Initial Code
Alphabetical = /^[a-zA-z]+$/
Alphanumeric = /^[0-9A-Za-z]+$/
Email = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/

Initial URL


Initial Description
Simple Regular Expression match strings.

Initial Title
Simple Regular Expression matches.

Initial Tags


Initial Language
Regular Expression