Open isomorphisms opened 5 years ago
saying "sed A B" should write
/A/B/g
Or maybe it should be "substitute A with B" or "match A" for ~ /A?/ (default to non-greedy)
~ /A?/
i very rarely use, i'm not sure what a good default is
saying "sed A B" should write
/A/B/g
Or maybe it should be "substitute A with B" or "match A" for
~ /A?/
(default to non-greedy)