Hi. I never know what text the user will type in so it will be safe to remove all the charachters in the String that are not letters or numbers. For example:
"Mother's Day" I would like to become "MothersDay"
"Thank You" > "ThankYou"
"St. Patrick's Day" > "StPatrick'sDay"
"Red/Blue Car" > "RedBlueCar"
"Red, Blue Car" > "RedBlueCar"
"December 28, 2004" > "December282004"
Does it make sence? Is it possible? Thank you.
"Mother's Day" I would like to become "MothersDay"
"Thank You" > "ThankYou"
"St. Patrick's Day" > "StPatrick'sDay"
"Red/Blue Car" > "RedBlueCar"
"Red, Blue Car" > "RedBlueCar"
"December 28, 2004" > "December282004"
Does it make sence? Is it possible? Thank you.