textToAlphanum

fnstring 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

textthe text to convert

Returns

a new string