Hi guys
I have multiple words in a string (for example: First- and Lastname, Street/Zip/City), whereby I want to:
1) remove all the whitespaces
2) remove the special characters as "/" and "-"
3) lowercase all
How can i do this the best?
Hi guys
I have multiple words in a string (for example: First- and Lastname, Street/Zip/City), whereby I want to:
1) remove all the whitespaces
2) remove the special characters as "/" and "-"
3) lowercase all
How can i do this the best?