From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <136f4778140ad5331b980f5d45eff3c5@coraid.com> References: <136f4778140ad5331b980f5d45eff3c5@coraid.com> Date: Tue, 13 Jul 2010 17:31:32 +0200 Message-ID: From: hugo rivera To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] regexp doubt Topicbox-Message-UUID: 3e974fc4-ead6-11e9-9d60-3106f5b1d025 I wasn't searching, but using it with acme's x command. 2010/7/13 erik quanstrom : > On Tue Jul 13 11:13:03 EDT 2010, uair00@gmail.com wrote: >> Hi, >> can someone tell me why the regular expression /stat[abc]?[ ;\-]/ >> doesn't match the string "stat-" in acme? I expect it to match, where >> does my mistake lie? >> Saludos, > > if you are doing a b3 search, you want > > =C2=A0 =C2=A0 =C2=A0 =C2=A0:/stat[abc]?[ ;\-]/ > > just the leading : is missing. > > - erik > > --=20 Hugo