textToAlphanum
fn
string textToAlphanum(string text)The "encoding" consists in replacing non alphanumeric character with the string "__gdaXX" where XX is the hex. representation of the non alphanumeric char.
Parameters
text | the text to convert |
Returns
a new string