boost::text::v1::paragraphs
// In header: <boost/text/paragraph_break.hpp> template<code_point_iter I, std::sentinel_for< I > S> unspecified paragraphs(I first, S last);
Returns a view of the code point ranges delimiting paragraphs in [first, last).
[first, last)