On Tue Jul 13 11:13:03 EDT 2010, 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,

if you are doing a b3 search, you want

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

just the leading : is missing.

- erik

Reply via email to