Boost logo

Boost Users :

From: Vikrant Rathore (vikrant_at_[hidden])
Date: 2004-02-04 20:40:01


Thanks all for your help. It indeed did work.

On 4 Feb 2004 at 8:36, Rich Johnson wrote:

>
> On Wednesday, February 4, 2004, at 06:54 AM, Vikrant Rathore wrote:
>
> > Hi,
> >
> > I am using the regex library and using the following expression. But
> > it seems it is wrong. Since there is no compilation or linker error
> > but runtime error.
> >
> > the expression is
> >
> > boost::regex e("*\\.exe")
>
> Try ".*\\.exe"
>
> Regex's "*" matches any number of the _previous expression_.
>
> --rich
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net