Hi
I have a string variable that contains name of songs. I would like to
drop all special characters and keep only letters and numbers. I think
I could use the regex command, but I'm not sure how to specify it.
Probably I should include:
"[^a-zA-Z0-9']",""
at some point, but could anybody help me on how to write the command?
Thank you very much
I have a string variable that contains name of songs. I would like to
drop all special characters and keep only letters and numbers. I think
I could use the regex command, but I'm not sure how to specify it.
Probably I should include:
"[^a-zA-Z0-9']",""
at some point, but could anybody help me on how to write the command?
Thank you very much
Comment