doc: Update regex.md (#278)

This commit is contained in:
XYZ
2023-02-02 11:52:27 +08:00
committed by GitHub
parent 1e1836f949
commit c356147d5f

View File

@ -615,7 +615,7 @@ M(?(?=.*?\bher\b)s|r)\.
表达式 | 匹配示例
:- | -
`The` | The `fat` cat sat on the mat.
`The` | `The` fat cat sat on the mat.
`/The/gi` | `The` fat cat sat on `the` mat.
<!--rehype:className=show-header-->