$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-10-11 11:56:35
Aljaz wrote:
> Hey
>
> Im a little confused, I thought boost::spirit is generally meant to be
> 'parser'..
> So would it really be better to use spirit or regex?
IMO you could do what you want equally well with either.
But of course I'm biased towards regex :-)
John.