Editplus 正则表达式使用录
1. 匹配文首的行号??? ^([0-9][0-9]*\.)
?
例如? 1.
???????? 10.
???????? 111.
2. 匹配html标签??????? <[^>]*>
例如? <p></p>
???????? <p style="width:229px;height:20px;float:left;"></p>
(未完待续)