1
我可以找到通過調用what.position()
開始搜索字符串全場比賽的位置。我怎樣才能找到字符串的位置在升壓::正則表達式子匹配<code>boost::regex_search(start, end, what, pattern)</code>後
我如何才能找到子匹配的職位?
我需要有這樣的代碼:
if(boost::regex_search(start, end, what, pat))
{
int len = what["namedGroup"].length();
int pos = what["namedGroup"].position();
}