asp正則替換內(nèi)容里的特定內(nèi)容
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
<%
content = "<!--開始-->這里第一個(gè)需要替換的內(nèi)容<!--結(jié)束--> 不需要替換的內(nèi)容 <!--開始-->這里第二個(gè)需要替換的內(nèi)容<!--結(jié)束--> asdas d asd as d as d asd as d asd as <!--開始-->這里第三個(gè)需要替換的內(nèi)容<!--結(jié)束--> <!--開始-->這里第四個(gè)需要替換的內(nèi)容<!--結(jié)束--> 自行車自行車形成子形成在才這些才在" '正則替換函數(shù)' Function ReplaceExp(srcstr, patrn, replStr) Set regEx = New RegExp regEx.Pattern = patrn regEx.IgnoreCase = True regEx.Global = True regEx.Execute(srcstr) ReplaceExp = regEx.Replace(srcstr, replStr) Set regEx = Nothing End Function '調(diào)用并輸出' Response.write content Response.write "<hr>" Response.write ReplaceExp(content,"\<\!\-{2}開始\-{2}\>.*?\<\!\-{2}結(jié)束\-{2}\>","被替換了") %> 該文章在 2014/7/27 13:19:56 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |