[wx-dev] wxRegEx url matching
Robert Roebling
robert at roebling.de
Tue Feb 5 00:02:37 PST 2008
Vadim Zeitlin wrote:
> 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.
This is not entirely obvious and mentioning it in the docs would
probably be a good idea. Does \w in the built-in library know
about Unicode or is this ascii or ISO-8859 only?
Robert
More information about the wx-dev
mailing list