I just whipped up support for arbitrary regex delimiters, so
authorEric Andersen <andersen@codepoet.org>
Tue, 2 Jan 2001 11:01:31 +0000 (11:01 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 2 Jan 2001 11:01:31 +0000 (11:01 -0000)
commit28b3c53f0de370b26aa5ec7ea35176fd4316f7e3
tree961469fe9dd30ab4ca34836bc2b881688f79bbaa
parent01bda5de6b983cf331c42cb64fa2ccd4308b423d
I just whipped up support for arbitrary regex delimiters, so
now things such as
    $ echo foo | sed 'sxfooxb\arx'
    bar
will work as expected (and so doogie can stop complaining).
 -Erik
editors/sed.c
sed.c