可以?如果是的话,我在哪里可以得到它的文件......如果没有,那么哪个是最好的选择?
c c++ regex standard-library
有一个简单的C++方法在字符串上使用模式匹配?代码听起来像这样:
if (regexpcmp("l?nole*[0-9]", "linoleum1")) { //we have a match! } else { //no match }
c++ regex string
c++ ×2
regex ×2
c ×1
standard-library ×1
string ×1