RosettaCodeData/Task/Regular-expressions/8th/regular-expressions.8th

3 lines
68 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
"haystack" /a./ r:match . cr
"haystack" /a./ "blah" s:replace! . cr