Class Summary |
BaseUrlValidateFunction |
Validates that a given string is either something that looks like a relative URI, or looks like
an absolute URI using one of a set of allowed schemes (http, https, ftp, mailto). |
CssUrlValidateFunction |
Validates that input string is a valid URI. |
HtmlStripFunction |
This class implements the html_strip function. |
HtmlUrlValidateFunction |
Validates that a given string is a valid URI and return the HTML escaped string if it is. |
TextHtmlFunction |
This class implements the ClearSilver text_html function. |