14,953
edits
Tags: Mobile edit Mobile web edit |
m (→擷取特定檔案類型的網址) |
||
| Line 59: | Line 59: | ||
* 選單 Find --> Replace | * 選單 Find --> Replace | ||
* 啟用 Regular expression | * 啟用 Regular expression | ||
* Find What: {{kbd | key= <nowiki>^((?!\.ttf).)*$</nowiki>}} {{exclaim}} | * Find What: {{kbd | key= <nowiki>^((?!\.ttf).)*$</nowiki>}} {{exclaim}} 此處語法是尋找不包含 .ttf 的行,可再修正為結尾不是 .ttf 的行。 | ||
* Replace with: (不需要輸入任何文字) | * Replace with: (不需要輸入任何文字) | ||