Input validation
Functions to validate user input.
Functions
| Name | Location | Description |
|---|---|---|
| valid_email_address | drupal/includes/common.inc | Verify the syntax of the given e-mail address. |
| valid_url | drupal/includes/common.inc | Verify the syntax of the given URL. |
