$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] find positions of punctuations with boost regex
From: chenyong (cy163_at_[hidden])
Date: 2013-07-22 11:18:54
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.
Thanks
Felix