Input validation
- 7.x drupal-7.x/includes/common.inc validation
- 6.x drupal-6.x/includes/common.inc validation
Functions to validate user input.
File
- drupal-7.x/
includes/ common.inc, line 1168 - Common functions that many Drupal modules will need to reference.
Functions
Name | Location | Description |
---|---|---|
valid_email_address |
drupal-7.x/ |
Verifies the syntax of the given e-mail address. |
valid_url |
drupal-7.x/ |
Verifies the syntax of the given URL. |