Which one of the following does not describe a validating filter?
Which one of the following does not describe a validating filter? Correct Answer Are used to allow or disallow specific characters in a string
Validate filter are used to validate user input, it have strict format rules and it returns the expected type on success or FALSE on failure but ‘are used to allow or disallow specific characters in a string’ describes sanitizing filters.