RosettaCodeData/Task/Rot-13/Min/rot-13.min

6 lines
93 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(
"(?i)[A-M]|([N-Z])"
(-> '== (-13) (13) if nip swap ord + chr)
replace-apply
) ^rot13