mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-09-28 06:41:20 -04:00
fix format
replace `~` with `~` to avoid incorrect format
This commit is contained in:
parent
8cb2f7d6cd
commit
e881507f48
@ -206,7 +206,7 @@
|
||||
## 2.4 `{}` 号
|
||||
|
||||
在正则表达式中 `{}` 是一个量词, 常用来一个或一组字符可以重复出现的次数.
|
||||
例如, 表达式 `[0-9]{2,3}` 匹配 2~3 位 0~9 的数字.
|
||||
例如, 表达式 `[0-9]{2,3}` 匹配 2~3 位 0~9 的数字.
|
||||
|
||||
|
||||
<pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user