This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | Sun Dec 07 09:42:58 -0800 2008 | |
| |
Rakefile | Sun Dec 07 09:42:58 -0800 2008 | |
| |
lib/ | ||
| |
regexpert.gemspec | ||
| |
test/ | Sun Dec 07 09:42:58 -0800 2008 |
README
Regexpert ========= Regexpert is an attempt to remove the need to worry about which regular expression to use for validating an email, a postcode, or a social security number. Its inspired by the django.contrib.localflavor libraries and Datamapper dm-more's dm-validations module. Example ======= Instead of googling "email regexp", and then coming up with numerous arguments about the right regexp to use, just use Regexpert validates_format_of :email, :with => Regexpert::Format::EmailAddress BOOM!!! no work, no worries. Copyright (c) 2008 [Matthew Rudy Jacobs], released under the MIT license








