CamelCase conversion
mcatanzariti opened this issue · 2 comments
mcatanzariti commented
Hi,
I need the exact opposite of $var:snake
:
$var:camel
to convert snake_case input to CamelCase
Thank you for your great work!
thedavidmeister commented
yes, i just came here to say the same thing!
i want to name a new type created by paste with bool
so i need it to become Bool
in the paste
thedavidmeister commented
also i think technically it is PascalCase
not camelCase