retroactive camel and Pascal case #1581
Josiah-tan
started this conversation in
General
Replies: 1 comment 1 reply
-
I use this one but more often than not I actually want title case and end up doing it the long way again. (the code is unreadable though) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for snake case, I can use retro_everything to perform the following
"STPHA*EUBGD": "=retro_everything:{MODE:SNAKE},{MODE:RESET}"
STREUPBG/O/STPHAEUBG/STPHA*EUBGD/STPHA*EUBGD
→ string_to_snakehowever, for camel case this doesn't work
"KA*FRLD": "=retro_everything:{MODE:CAMEL},{MODE:RESET}",
STREUPBG/O/KAFRL/KA*FRLD/KA*FRLD
→ stringtoCamelperhaps an idea is to implement Pascal case and use that with retro_everything to fix the problem
Beta Was this translation helpful? Give feedback.
All reactions