Remove Non-AlphaNumeric Characters from String

The function below will allow us to remove a non alphanumeric character from an input string.Be careful though, lengther the string, more time needed to evaluate each string on ... Read more..