Functions to validate user input.
Name | Location | Description |
---|---|---|
valid_email_address |
drupal/ |
Verifies the syntax of the given e-mail address. |
valid_number_step |
drupal/ |
Verifies that a number is a multiple of a given step. |
valid_url Deprecated |
drupal/ |
Verifies the syntax of the given URL. |