How do you do the following format on this string
String
contact_informaton_monday
Convert to:
ContactInformationMonday
Basically do the following things:
- Make the first character upper case (I don’t have a problem with
that) - Replace each _(next_letter) by removing the underscore and just
upper casing the next letter.
Thank you
Something like this