|
They
do in the form of regular expressions.
Here's
the example for email addresses
Validating an
E-Mail Address
Want to add an e-mail validation? You can do that, too. It's as easy as specifying that the validation will be using regular expressions (using VALIDATE="regular_expression") and then offering the _expression_ in a new PATTERN attribute. Here's an example that will validate e-mail addresses: <CFFORM ACTION=""> That regular _expression_ in the PATTERN attribute may seem quite daunting. For now, just accept that regular expressions that do something useful may exist - and the cool thing is you can copy them from others to get the benefit. This is from http://www.sys-con.com/coldfusion/articleprint.cfm?id=379
|
- [KCFusion] validate Adaryl Wakefield
- Re: [KCFusion] validate Templin, Luke
- Re: [KCFusion] validate Adaryl Wakefield
