CppDS.com

C++ 98 11 14 17 20 手册

std::sub_match<BidirIt>::length

来自cppreference.com
< cpp‎ | regex‎ | sub match
difference_type length() const;

参数

(无)

返回值

返回匹配中的字符数,即若匹配合法则为 std::distance(first, second) ,否则为 0 。

复杂度

常数

关闭