boost::algorithm::ifind_nth — 查找第 n 个算法(不区分大小写)。
// In header: <boost/algorithm/string/find.hpp> template<typename Range1T, typename Range2T> iterator_range< typename range_iterator< Range1T >::type > ifind_nth(Range1T & Input, const Range2T & Search, int Nth, const std::locale & Loc = std::locale());