%A
Start of the loop
%Z
End of the loop
%c
camelCase
%P
PascalCase
%s
snake_case
%S
SCREAMING_SNAKE_CASE
%k
kebab-case
%%
literal %
%t
tab character \t
%T
fake tab (four spaces)
%n
newline character \n
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.
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.