summaryrefslogtreecommitdiffhomepage
path: root/zh-tw/pcre-tw.html.markdown
diff options
context:
space:
mode:
authorMarcel Ribeiro-Dantas <ribeirodantasdm@gmail.com>2024-06-21 02:11:51 -0300
committerGitHub <noreply@github.com>2024-06-21 02:11:51 -0300
commit30edebae889893e1b657b1a2326576450f2f56d4 (patch)
tree3af5406b8c1e08c9ffac81a9db86cb7b62dffbf6 /zh-tw/pcre-tw.html.markdown
parent7611e1f1904619b58333a8c564500d9cb2b584d9 (diff)
parent790a78e3cf1ec8610699ed34255d459f84a92a18 (diff)
Merge pull request #4969 from verhovsky/remove-bare-links
Remove bare links
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. 網頁會顯示自動表達式抓取結果
-
-
-## 更多資料
-
-