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 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