RosettaCodeData/Task/Word-wrap/Ed/word-wrap.ed
2024-10-16 18:07:41 -07:00

5 lines
38 B
Text

H
g/.*/s/(.{0,79})([ ]|$)/\1\
/g
,p
Q