|
怎样使用正规表达式的方式将下面链接批量替换为mdxbuilder可以识别的链接:
<a href="http://123.htm">test</a> 替换为:<a href="entry://test">test</a>
<a href="http://1234.htm">test1</a>替换为:<a href="entry://test1">test1</a>
<a href="http://1235.htm">test2</a>替换为:<a href="entry://test2">test2</a>
我使用替换为:<a href="http://*.htm">可以查找到,但不知道怎样替换成tes..,麻烦帮忙指点,谢谢! |
|