Spaces:
Running
Running
Ctrl+K
I need to create an app that takes a full product name, such as "White Sage and Palo Santo Smudge Incense", and have it remove all the special symbols like the "&" or any apostrophes etc and output the name as "WHITE_SAGE_PALO_SANTO_SMUDGE_INCENSE". It will capitalise and replace the spaces with underscores. The user should be able to copy the ouput
913855c verified