Description EzRegEx is a small PHP class to help you verify certain strings, for example email-addresses or URLs. Additionally, you can check a string via AJAX and jQuery without reloading the website. This is useful for any kind of form validation like a contact form. Furthermore, the user is able to limit the length of strings to be valid as well as to add modifiers manually. You do not need to look up regular expressions anymore just t...