摘要: ASP超级链接和HTML函数 正则表达式的使用,最后一个实例经过测试。 过滤超级链接FunctionRegRemoveHref(HTMLstr)Setra=NewRegExpra.IgnoreCase=Truera.Global=Truera.Pattern="<A[^>]+>(.+?)<\/A>"RegRemoveHref=ra.replace(HTMLstr,"$1")ENDFunction过滤所有HTML代码 FunctionRemoveHTML(strHTML)DimobjRegExp,Match,MatchesSe 阅读全文
posted @ 2012-05-10 10:48 witrays 阅读(974) 评论(0) 推荐(0)