Hi all,
Is there any standard plugin available for date validations, email
address
validation & url validations in rails?
Thanks in advance,
Medha.
Hi all,
Is there any standard plugin available for date validations, email
address
validation & url validations in rails?
Thanks in advance,
Medha.
Medha K. wrote:
If not you then who…
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails
E-mail:
validates_format_of :email, :with =>
/^([^@\s]+)@((?:[-a-z0-9]+.)+[a-z]{2,})$/i
For URL, find regex (I am sure there are plenty on internet if you do
not know to writ one) and use it same way.
hope it helps,
Bojan
–
Bojan M.
Informatika Mihelac, Bojan M. s.p. | www.informatikamihelac.com
→ tools, scripts, tricks from our code lab: http://source.mihelac.org
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs