DW软件用正则表达式替换内容

2020-06-21 22:10:02 DW开发软件批量替换的正则表达式代码

<script>document.title="([^"\s]+)";</script>

([^"\s]+)/([^"\s]+)\.pdf
替换
$1/sms$2.html

更新