字符集中使用运算符 . 添加 \ 和不添加表现一致

字符集中使用运算符 `.` 添加 \ 和不添加表现一致
This commit is contained in:
zhenfan.yu 2021-01-25 16:12:22 +08:00 committed by GitHub
parent d6c5519e19
commit fd508bd0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,8 @@
<pre>
"ar[.]" => A garage is a good place to park a c<a href="#learn-regex"><strong>ar.</strong></a>
"ar[\.]" => A garage is a good place to park a c<a href="#learn-regex"><strong>ar.</strong></a>
"ar[\.]" => A garage is a good place to park a c<a href="#learn-regex"><strong>ar\.</strong></a>
</pre>
[在线练习](https://regex101.com/r/wL3xtE/1)