摘要: #include <regex> using namespace std; bool IsHexDigit(const TCHAR* s) { TCHAR* pattern = _T("^0[xX][0-9A-Fa-f]+$|^[0-9A-Fa-f]+$"); #ifdef UNICODE std: 阅读全文
posted @ 2023-12-28 10:36 快雪 阅读(59) 评论(0) 推荐(0) 编辑