RosettaCodeData/Task/Regular-expressions/Ed/regular-expressions.ed

8 lines
82 B
Text
Raw Permalink Normal View History

2024-10-16 18:07:41 -07:00
# by Artyom Bologov
H
t0
1s/^.*string.*$/Ends with string/
2s/ a / another /
,p
Q