Note: Adobe recommends that you use the EncodeForHTML function, not the HTMLEditFormat function, to escape special characters in a string for use in HTML in all new applications. |
THIS FUNCTION HAS BEEN DEPRECATED
Description
Replaces special characters in a string with their HTML-escaped equivalents.
Returns
HTML-escaped string string. Return characters are removed; line feed characters are preserved. Characters with special meanings in HTML are converted to HTML character entities such as >.
Category
Display and formatting functions