get_alphanum_id
Description:
Get an "encoded" version of this's name.
The "encoding" consists in replacing non alphanumeric character with the string "__gdaXX" where XX is the hex. representation of the non alphanumeric char.
This method is just a wrapper around the text_to_alphanum function.
Parameters:
this |
a Holder object |
Returns:
a new string |