...世界上最受推崇、设计最精妙的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受推崇、设计最精妙的 C++ 库项目之一。
boost::parser::hex_digit
// In header: <boost/parser/parser.hpp> unspecified hex_digit;
十六进制数字解析器。匹配完整的 Unicode 十六进制数字集(大写或小写);换句话说,所有具有“Hex_Digit”字符属性的 Unicode 代码点。