Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用正则表达式
(http://mydomain.com/(.*?)\.html)
并将其替换为
<a href="\1">\2</a>
如果你想-变成space你可以这样做
-
space
-(?=[^<>]*?</a>)