Can you try:

/stat[abc]?[ ;\\-]/

I am not sure (and I do not have acme here), but probably the problem
is with the backslash.

You can try this too:

/stat[abc]?[ ;-]/

Saludos.

On Tue, Jul 13, 2010 at 5:01 PM, Vinu Rajashekhar <vinuthe...@gmail.com> wrote:
>
> On Tue, Jul 13, 2010 at 8:26 PM, hugo rivera <uai...@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,
>>
> It's the [abc]? I guess, it says that you want an a, b, or c after stat.
>>
>> --
>> Hugo
>>
>
>



-- 
Rodolfo GarcĂ­a "kix"
http://www.kix.es/ ham: EA4ERH @ IN80ER

Reply via email to