RosettaCodeData/Task/Substring-Top-and-tail/Ed/substring-top-and-tail.ed

10 lines
79 B
Text
Raw Permalink Normal View History

2024-10-16 18:07:41 -07:00
# by Artyom Bologov
H
t0
t0
1s/.\(.*\)/\1/
2s/\(.*\)./\1/
3s/.\(.*\)./\1/
,p
Q