From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 13 Jul 2010 20:31:10 +0530 Message-ID: From: Vinu Rajashekhar To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=000e0cd23f0ec2e9c4048b462368 Subject: Re: [9fans] regexp doubt Topicbox-Message-UUID: 3e731f50-ead6-11e9-9d60-3106f5b1d025 --000e0cd23f0ec2e9c4048b462368 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jul 13, 2010 at 8:26 PM, hugo rivera 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, > > It's the [abc]? I guess, it says that you want an a, b, or c after stat. > -- > Hugo > > --000e0cd23f0ec2e9c4048b462368 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Tue, Jul 13, 2010 at 8:26 PM, hugo rivera= <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 matc= h, where
does my mistake lie?
Saludos,

It's the [abc]? I guess, it says that you want an= a, b, or c after stat.=A0
--
Hugo


--000e0cd23f0ec2e9c4048b462368--