powered by
A text string is converted into a simplified version by trimming, converting to upper case, replacing german Umlaute, dropping special characters like comma and semicolon and replacing multiple spaces with one space.
simplify_text(text)
text string
simplify_text(" Hello World !, ")
Run the code above in your browser using DataLab