I would like to take a string that may have multiple spaces in it and do the following:
1) Replace whitespace with an underscore
2) Remove any characters that are not A-Z or 0-9
3) Make the result all lowercase
Then be able to use the result as a variable. Any ideas?