Namespace Jyxo\Input\Filter
| AbstractFilter | Parent class of all filters. Allows multidimensional arrays filtering. |
| ExplodeName | Filter for splitting a name into first and second name. |
| LowerCase | Lowercase converting filter. |
| Phone | Filters phone numbers. Removes spaces and adds the pre-dial where possible. |
| SanitizeUrl | Filter for prepending "http://" if missing. |
| ToInt | Filter for converting to integers. |
| Trim | Filter for trimming whitespace. |
| Exception | Filtering exception. |