On Sun, 03 Feb 2008 18:08:31 -0800 Robin Dunn <robin at alldunn.com> wrote: RD> I got a little confused along the way because apparently wxRegEx doesn't RD> support the common \w character class It does when using the built-in version, see src/regex/re_syntax.n. You need to use it in advanced mode, i.e. with wxRE_ADVANCED flag for this. Regards, VZ