Description
Returns a new Ident.
Parameters
parameter data type description 0 String A ident as String formated Returns
data type description Ident A Ident object
An Identifier is like a String but only allows small letters, underscore and numbers. The first character needs to be a small letter. When creating an ident from a String, it automatically transforms the String to a fitting ident.
Returns a new Ident.
parameter data type description 0 String A ident as String formated Returns
data type description Ident A Ident object