- 帖子
- 1
- 主題
- 1
- 精華
- 0
- 積分
- 2
- 點名
- 0
- 作業系統
- win10
- 軟體版本
- win10
- 閱讀權限
- 10
- 註冊時間
- 2016-9-18
- 最後登錄
- 2016-9-18
|
[發問] 我手上有一個epub檔案 我想將一個html tag find and replace all 做另一個 html tag
本帖最後由 BenchPlayer 於 2016-9-18 14:30 編輯
請問要下載甚麼軟件 及 方法?
find and replace all <span class="bold">*</span> with <h2 >*</h2 >
while keeping the sub tag, <span class="under">*</span> unchanged.- <span class="bold">
- <span class="under">
- *contents are different
- </span>
- </span>
複製代碼 To- <h2>
- <span class="under">
- *contents are different
- </span>
- </h2 >
複製代碼 |
|