diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -163,7 +163,10 @@ Examples:  ```  ### phone -Tests whether the String is a valid phone number (in international format, ie. containing the country indicator like `+14152370800` for an US number — where `4152370800` is the national number equivalent, which is seen as invalid). To use this validator, you must enable the `phone` feature for the `validator` crate. +Tests whether the String is a valid phone number (in international format, ie.  +containing the country indicator like `+14152370800` for an US number — where `4152370800`  +is the national number equivalent, which is seen as invalid).  +To use this validator, you must enable the `phone` feature for the `validator` crate.  This validator doesn't take any arguments: `#[validate(phone)]`;  ### custom | 
