Joe Smith wrote:
> I've looked at the code a bit, and it seems like there is indeed only one
> point
> of contact with the rest of the suite, textsearch.cxx, which handles all types
> of text searches (normal, regexp & fuzzy), and calls Regexpr::re_search(),
> which
> calls re_match2() to run the
Anyone interested in discussing this "crazy idea"?
Replace home-grown regexp parser with some std library
http://wiki.documentfoundation.org/Development/Crazy_Ideas#Replace_home-grown_regexp_parser_with_some_std_library
I've been thinking about this since I found my first bug in OOo's oddball reg