Skip to content

flbeta_function_escapeHTML

Wesley de Groot edited this page Oct 23, 2015 · 33 revisions
                     _          
                    (_)         
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.0.7 Beta

Function escapeHTML

_.escapeHTML(str)


escape the HTML

Parameter list

Type @var Description Required
object [object] Wrapper Optional
string str string to escape Required
#### Example: `_.escapeHTML(str);`

Returns:

string



Back to function list

Clone this wiki locally