[wx-dev] wxRegEx url matching

Vadim Zeitlin vadim at wxwidgets.org
Mon Feb 4 00:16:21 PST 2008


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





More information about the wx-dev mailing list