RosettaCodeData/Task/Regular-expressions/Ed/regular-expressions.ed
2024-10-16 18:07:41 -07:00

7 lines
82 B
Text

# by Artyom Bologov
H
t0
1s/^.*string.*$/Ends with string/
2s/ a / another /
,p
Q