\w* 表示任意
参考链接:
C语言正则表达式详解 regcomp() regexec() regfree()详解
2.blog.csdn.net/Qiuoooooo/article/details/55050048
C中使用正则表达式验证email地址和IP地址
3.www.cplusplus.com/reference/regex/regex_match/
std::regex_match
4.blog.csdn.net/l357630798/article/details/78235307
Cpp标准库之 std::regex 类的使用