I am trying to convert a name from snake case to camel case. Are there any built-in methods?

Eg: "app_user" to "AppUser"

(I have a string "app_user" I want to convert that to model AppUser).

10 Answers
10

Leave a Reply

Your email address will not be published. Required fields are marked *