This class can be used to validate and filter text values eventually before using them in SQL database queries.
It can perform several types of validation and text processing operations like:
- Verifying whether string contains a numeric value
- Remove from a string a group of characters that could be used in SQL injection attacks
- Retrieve the MD5 hash of a string
- Encode a string using the base64 algorithm