summaryrefslogtreecommitdiffhomepage
path: root/zh-tw/pcre-tw.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'zh-tw/pcre-tw.html.markdown')
-rw-r--r--zh-tw/pcre-tw.html.markdown9
1 files changed, 2 insertions, 7 deletions
diff --git a/zh-tw/pcre-tw.html.markdown b/zh-tw/pcre-tw.html.markdown
index 5f681d46..3b2ff3f7 100644
--- a/zh-tw/pcre-tw.html.markdown
+++ b/zh-tw/pcre-tw.html.markdown
@@ -72,13 +72,8 @@ PCRE提供了一些通用的字元類型,可被當作字元集合使用
| ^\S+ | 66.249.64.13 | `^` 為行首, `\S+` 抓取至少一個非空白字元 |
| \+[0-9]+ | +1000 | `\+` 抓取 `+` 字元。 `[0-9]` 字元集表示剛好一個數字字元。 可以用 `\+\d+` 達到相同效果。 |
-以上範例皆可在 https://regex101.com/ 測試,步驟如下:
+以上範例皆可在 [regex101.com](https://regex101.com/) 測試,步驟如下:
1. 複製範例字串到 `TEST STRING` 區域
-2. 複製正規表達式字串到 `Regular Expression` 區域
+2. 複製正規表達式字串到 `Regular Expression` 區域
3. 網頁會顯示自動表達式抓取結果
-
-
-## 更多資料
-
-