I have list of text that contain double quoate and upderscore. How can I use function to change text pattern to following format.
"CUSTOMER_DETAIL" to CustomerDetail
"PERSON" to Person
"CUSTOMER_ADDRESS_DETAIL" to CustomerAddressDetail
Thank you for replay.