On Tue, Nov 2, 2010 at 1:26 PM, steve donovan <steve.j.dono...@gmail.com> wrote:
> It is doing exactly what you asked - the characters following
> /something/ are expected to be alphabetic only %a.  Maybe you want
> something like ([%w_]+) to be more permissive?
>

Thanks Steve, I was just writing a reply because I discovered that "_"
was the problem and not "test_". Stupid. Thanks for suggesting the
right pattern for matching words with underscores.

Thijs

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to