Replaces special characters in a string with their HTML-escaped equivalents.
htmlEditFormat( string [, version] )
returns string
Name | Type | Required | Default | Description | Values | |
---|---|---|---|---|---|---|
string | string | Yes | A string or a variable that contains one. | |||
version | numeric | No | 2.0 | HTML version to use; currently ignored. | /Users/garethedwards/development/github/cfdocs/docs/functions/htmleditformat.md | 3.2 |
htmlEditFormat( "This is a test & this is another <This text is in angle brackets> Previous line was blank!!!" )