Dreamweaver查找A-Z文本正则表达式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Dreamweaver查找A-Z文本正则表达式相关的知识,希望对你有一定的参考价值。
</?[A-Za-z]+[^>]*>[A-Za-z]+</?[A-Za-z]+[^>]*> Finds <tag>Word</tag> </?[A-Za-z]+[^>]*>[A-Za-z/ ]+</?[A-Za-z]+[^>]*> Finds <tag>Words with spaces</tag> OLD AND BUSTED:(</?[A-Za-z]+[^>]*>)([.:_?/=A-Za-z/ ]+</?)([A-Za-z]+[^>]*>) (<[^>]+>)((?:[a-z].*?[a-z]+))(<[^>]+>) Finds <tag>Words with spaces, periods, colons, ?marks and = signs</tag> They are grouped as $1, $2, $3
以上是关于Dreamweaver查找A-Z文本正则表达式的主要内容,如果未能解决你的问题,请参考以下文章