From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 25 Oct 2008 00:04:22 +0200 From: "Rudolf Sykora" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <6520c845566013ada472281bf9c0da73@coraid.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <765ef13a653652d5fcef9001ff70f814@quanstro.net> <20081024170237.68ED28DE7@okapi.maths.tcd.ie> <6520c845566013ada472281bf9c0da73@coraid.com> Subject: Re: [9fans] non greedy regular expressions Topicbox-Message-UUID: 270ae872-ead4-11e9-9d60-3106f5b1d025 > doesn't s/ABC(the_interesting_part)CBA/x/g work for you? > maybe i don't understand the example. if so, could you explain? > > - erik I think not. I have a file say like this ABC asassadfasdf asdfasdf asdfasdf CBA hhhhhhhhhhjjjjjjjjjjioioioi sodifs sdfsd ABC dasdfas aasdfa njnjn CBA and I want to get ' asassadfasdf asdfasdf asdfasdf ' 'dasdfas aasdfa' 'njnjn' where I added apostrophes to see the spaces on indivial lines. Simply: give me everything that is between delimiters (ABC and CBA). Ruda