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

8 lines
82 B
Plaintext

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