Subject: Re: [Boost-users] non-greedy regex
From: Jeff Anderson (jefferya_at_[hidden])
Date: 2008-10-30 16:20:34


Steven Watanabe wrote:
> I think that this regex does what you want:
>
> std::string expr("/[^/]*/\\.\\./");
Indeed this is the case. I figured this out by way of epiphany since I
originally posted my question. Thank you for the reply and the confirmation!

Jeff Anderson