Helper Function to varify the given string. Removes every char which doesn't match a variable name. (a-z, A-Z, 0-9).
If str starts with an invalid char, (like a number), an underscore is added.
str
the adapted name
the Stirng
Generated using TypeDoc
Helper Function to varify the given string. Removes every char which doesn't match a variable name. (a-z, A-Z, 0-9).
If
str
starts with an invalid char, (like a number), an underscore is added.Returns
the adapted name