REGULAR EXPRESSION IN VBSCRIPT - 中国WEB开发者网络 (http://www.webasp.net) -- 技术教程 (http://www.webasp.net/article/) --- REGULAR EXPRESSION IN VBSCRIPT (http://www.webasp.net/article/26/25341.htm) |
| -- 作者:未知 -- 发布日期: 2005-06-27 |
|
REGULAR EXPRESSION IN VBSCRIPT Ex. objRegExp.Pattern="test*" 'set the search pattern set colMatches=objRegExp.Execute(strTarget) 'execute the search For Each Match in colMathes 'iterate the colMatches collection |
| webasp.net |