文件名称:MatchFindStr
介绍说明--下载内容均来自于网络,请自行研究使用
MatchFindStr.zip,网上只看到有通配符查找,返回boolean值的,为进行补充,单独写了一个通配符查找单元MatchFind,主要的为MatchFindStr(MainStr,SubStr)函数,返回符合条件的通配符的字符。 奇怪的是在winxp下,微软的查找中文使用通配符正确,使用英文通配符查找反而错误,诡异。本函数没这问题,对不符合规范的通配符进行过预处理。 例如:母串“数据手册_WDT-1200E_20120709.docx”,查找通配符子串“W???12*09”,返回值为“WDT-1209”。 子串“WD*”,返回值为“WDT-1200E_20120709.docx”。
修改bug,让嵌套的查找不会出错的了。中英文查找都不会出错。-wild Find Strings: which can supports find* and ?.
修改bug,让嵌套的查找不会出错的了。中英文查找都不会出错。-wild Find Strings: which can supports find* and ?.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MatchFindStr\tAddUnitTomy\MatchFindStr2.txt
............\............\Project1.cfg
............\............\Project1.dof
............\............\Project1.dpr
............\............\Project1.exe
............\............\Project1.res
............\............\Unit1.dcu
............\............\Unit1.ddp
............\............\Unit1.dfm
............\............\Unit1.pas
............\............\WildFind.dcu
............\............\WildFind.pas
............\tAddUnitTomy
MatchFindStr