$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] find positions of punctuations with boost regex
From: Anthony Foiani (tkil_at_[hidden])
Date: 2013-07-27 19:34:48
chenyong <cy163_at_[hidden]> writes:
> I am trying to find ALL positions of punctuations in a textual
> string so that I can divide the text into sentence. How to do this
> with boost regex.
Try regex_token_iterator?
Best regards,
Anthony Foiani