Case Generator
by
checkout other tools
menu
success tokens loops entries generated parts danger
ščč
Loop controls
%A Start of the loop %Z End of the loop
Case types
%c camelCase %P PascalCase %s snake_case %S SCREAMING_SNAKE_CASE %k kebab-case
Other
%% literal % %t tab character \t %T fake tab (four spaces) %n newline character \n
Cases

Eentries are delimited by newline

Each entry is broken into words and then transformed into corresponding cases.

Cases cannot be both outside loops if loops are present.

Loops

You can use one multiple loops in one recipe, but do not nest them. (no loopception)

If no loops are detected, whole recipe is looped for each entry.