From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <8dccd34ac2758fcedaf1481352b73342@brasstown.quanstro.net> References: <82380754-4ab1-4c31-b696-0b9c604ec2c9@googlegroups.com> <8dccd34ac2758fcedaf1481352b73342@brasstown.quanstro.net> Date: Thu, 4 Apr 2013 15:01:31 +0200 Message-ID: From: =?UTF-8?B?QmVuY2UgRsOhYmnDoW4=?= To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7bdc1c0cd004af04d9889186 Subject: Re: [9fans] Acme Edit scriptlets Topicbox-Message-UUID: 3d8a8f54-ead8-11e9-9d60-3106f5b1d025 --047d7bdc1c0cd004af04d9889186 Content-Type: text/plain; charset=UTF-8 whoa. nice job. 2013/4/4 erik quanstrom > On Thu Apr 4 08:17:13 EDT 2013, begnoc@gmail.com wrote: > > > Cool. > > > > > > Here's a script i use to generate case > > insensitive regexes. It turns > > > > FooBar > > > > into > > > > [Ff][Oo][Oo][Bb][Aa][Rr] > > see also rune(1), http://9atom.org/magic/man2html/1/rune > which generalizes this idea to all of unicode (rune/case), > and also to diacritical and other markers (rune/fold; rune/unfold). > for the latter also see grep(1)'s -I flag, > http://9atom.org/magic/man2html/1/grep > > - erik > > --047d7bdc1c0cd004af04d9889186 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
whoa. nice job.



2013/4/4 erik quanstrom <qua= nstro@quanstro.net>
On Thu Apr =C2=A04 08:17:1= 3 EDT 2013, begnoc@gmail.com wrote:=

> Cool.
>
>
> Here's a script i use to generate case
> insensitive regexes. It turns
>
> FooBar
>
> into
>
> [Ff][Oo][Oo][Bb][Aa][Rr]

see also rune(1), http://9atom.org/magic/man2html/1/rune
which generalizes this idea to all of unicode (rune/case),
and also to diacritical and other markers (rune/fold; rune/unfold).
for the latter also see grep(1)'s -I flag, http://9atom.org/magic/man2html/1/= grep

- erik


--047d7bdc1c0cd004af04d9889186--