HTMLId()
function HTMLId($text)
Name in Zenario 8
ze\ring::HTMLId()
Encodes a string into something suitable for a HTML ID by replacing anything non-alphanumeric with an underscore.
From Zenario 7.0 onwards.
$text
A string that may contain non-alphanumeric characters.
The same string with the non-alphanumeric characters replaced.