Dreamweaver查找A-Z文本正则表达式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Dreamweaver查找A-Z文本正则表达式相关的知识,希望对你有一定的参考价值。

  1. </?[A-Za-z]+[^>]*>[A-Za-z]+</?[A-Za-z]+[^>]*>
  2.  
  3. Finds <tag>Word</tag>
  4.  
  5.  
  6. </?[A-Za-z]+[^>]*>[A-Za-z/ ]+</?[A-Za-z]+[^>]*>
  7.  
  8. Finds <tag>Words with spaces</tag>
  9.  
  10. OLD AND BUSTED:(</?[A-Za-z]+[^>]*>)([.:_?/=A-Za-z/ ]+</?)([A-Za-z]+[^>]*>)
  11.  
  12. (<[^>]+>)((?:[a-z].*?[a-z]+))(<[^>]+>)
  13.  
  14. Finds <tag>Words with spaces, periods, colons, ?marks and = signs</tag>
  15. They are grouped as $1, $2, $3

以上是关于Dreamweaver查找A-Z文本正则表达式的主要内容,如果未能解决你的问题,请参考以下文章

正则表达式对文本的部分替换

快速读懂正则表达式

js正则表达式

js 正则

使用正则表达式查找字符模式

10-格式化文件存储-正则表达式re