Replaces special characters in a string with their HTML-escaped equivalents.
htmlEditFormat( string [, version] )
→ returns string
2.0
-1
2
3.2
htmlEditFormat( "This is a test & this is another <This text is in angle brackets> Previous line was blank!!!" )
Expected Result: This is a test & this is another <This text is in angle brackets> Previous line was blank!!!
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.