索兰托
C++/STL string: How to mimic regex like function with wildcards?
I would like to compare 4 character string using wildcards. For example: std::string wildcards[]= {\"H?\", \"RH? \", \"H[0-5]\"};[详细]
2022-12-24 11:31 分类:问答
I would like to compare 4 character string using wildcards. For example: std::string wildcards[]= {\"H?\", \"RH? \", \"H[0-5]\"};[详细]