$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] pathological regex?
From: Micha³ Nowotka (mmmnow_at_[hidden])
Date: 2009-08-27 05:22:32
Hello,
I use boost regex v 1.37 on Ubuntu 9.04, g++-4.3.
Because of performance issues i replaced defaut matching algorithm to
BOOST_REGEX_RECURSIVE but then my program dont't work properly.
So, is this expression pathological:
(https?://)?([^/@]*[\\.@])?google.com[/\\?&#]*
?
-- Regards Micha³ Nowotka