This content originally appeared on DEV Community and was authored by Alan Schio
- Open the find/replace and click on the
.*
- In the first input use
_([a-zA-Z])
- In the second use
\U$1
Now just convert everything and be happy converting SQL/JSON to object variables/params or anything else.
This content originally appeared on DEV Community and was authored by Alan Schio