Skip to content

klappy/ruby_regex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubyRegex

RubyRegex is a nice collection of regular expressions in Ruby

Regular expressions

RubyRegex::Url
RubyRegex::Domain
RubyRegex::Email
RubyRegex::Username
RubyRegex::USSocialSecurity
RubyRegex::GeneralPostalCode
RubyRegex::ZIPCode
RubyRegex::CreditCard
RubyRegex::MasterCard
RubyRegex::Visa
RubyRegex::TwitterUsername
RubyRegex::DeliciousUsername
RubyRegex::SlidesahreUsername
RubyRegex::GithubUsername
RubyRegex::UUID

Rails

# config/environment.rb
config.gem ruby_regex

# models
validates_format_of :email, :with => RubyRegex::Email

Contribute

Of course, contributions will be apreciated.

If you want to contribute send me a pull request with new regular expressions (and their tests) or send me an email with your desired regular expression to emili@eparreno.com

Contributors

  • Lleïr Borràs

  • Jaime Iniesta

  • Fernando Guillen

  • Christopher Klapp


RubyRegex is released under the MIT-License and is Copyright ©2010 Emili Parreño.

About

Ruby regular expressions library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 56.6%
  • JavaScript 43.4%