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.
我正在寻找一个可以替换href锚标签属性的正则表达式,如下所示
href
示例:<a href="otherpage.php" >foo</a>应改为
<a href="otherpage.php" >foo</a>
<a href="http://mysite.com/otherpage.php" >foo</a>
有人可以帮我吗
避免使用解析htmlregex
regex
Regex不是解析HTML文件的好选择..
Regex
HTML
HTML 并不严格,其格式也不规则。
使用像htmlcleaner这样的解析器