Connecting Tech Pros Worldwide Help | Site Map

Regarding Validates_format_of

vinram's Avatar
Newbie
 
Join Date: Jan 2008
Posts: 3
#1: Jan 28 '08
hi guys,
can anyone pls give me some idea regarding the concept of "validates_format_of"
also give me one example so that it will be easy for me to get thro.


Thanks in advance
vinram
Expert
 
Join Date: May 2007
Posts: 213
#2: Jan 28 '08

re: Regarding Validates_format_of


Validates_format_of uses a regular expression to validate the format of the specified attribute. This page has some helpful info on how to use validates_format_of, along with an example to validate an email address.
Reply