I need a function to convert a string into only alphanumeric characters…
Meaning replace (empty) all other characters besides the standard 26 letters and 10 numbers with nothing/blank. And replace all spaces with a hyphen. An example would be like this:
From
stack## overfl*w's s"te !s cool!
To
stack-overflws-ste-s-cool
Any Suggestions?
Usage:
Result: