A
Aaron
1. How do I remove non-alphanumeric characters?
Input: dEFD&*fdff/df;
output: dEFDfdffdf
2. How can I capitalize the first character of a word?
Input: remember
Output: Remember
Thanks
Input: dEFD&*fdff/df;
output: dEFDfdffdf
2. How can I capitalize the first character of a word?
Input: remember
Output: Remember
Thanks