What's new?
3 new validations added:
html
- This validates that a string value appears to be an HTML element tag including those described at https://developer.mozilla.org/en-US/docs/Web/HTML/Element
html_encoded
- This validates that a string value is a proper character reference in decimal or hexadecimal format
url_encoded
- This validates that a string value is percent-encoded (URL encoded) according to https://tools.ietf.org/html/rfc3986#section-2.1