CBA_fnc_sanitizeHTML

Description

Replaces all < > and & with HTML character codes.

Parameters

_stringString to sanitize STRING

Returns

Sanitized string STRING

Example

"&<br/>abc" call CBA_fnc_sanitizeHTML; // "<&amp;><br/>abc"

Author

commy2

string used by format
Close