alphabet ranges by %20

x
1s/^/abcdefghijklmnopqrstuvwxyz/
1s/.*/&@\U&/
x
:
G
s/\(\(.\).\+\(.\)\)\(.*\)\1.*/\2-\3\4/
t
P
d

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page