Project-GC Lua Sandbox API
Loading...
Searching...
No Matches
HTMLEscape

Member Function Documentation

◆ HTMLEscape()

HTMLEscape ( $string)

Returns an HTML escaped string.

This should be used on all data contributed from users that will be outputted as HTML. Including data from Geocaching.com, for example, geocache names.

Parameters
array$string(required) A string that should be escaped.
Returns
string An html escaped string.