- 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.
About: I wrote here most like a diary to don't forget solution for problems i already had. I'm a lover of pure web. I'm specialized in Vanilla JS, CSS and Semantic HTML andCertified VueJS developer.
.*
_([a-zA-Z])
\U$1
Now just convert everything and be happy converting SQL/JSON to object variables/params or anything else.
Wow, amazing