mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-05 19:16:58 -04:00
Fix a translation error
This commit is contained in:
parent
97bb4a322e
commit
3fc465e0dd
@ -118,7 +118,7 @@
|
||||
|*|匹配>=0个重复的在*号之前的字符。|
|
||||
|+|匹配>=1个重复的+号前的字符。
|
||||
|?|标记?之前的字符为可选.|
|
||||
|{n,m}|匹配num个大括号之前的字符 (n <= num <= m).|
|
||||
|{n,m}|匹配num个大括号之间的字符 (n <= num <= m).|
|
||||
|(xyz)|字符集,匹配与 xyz 完全相等的字符串.|
|
||||
|||或运算符,匹配符号前或后的字符.|
|
||||
|\|转义字符,用于匹配一些保留的字符 <code>[ ] ( ) { } . * + ? ^ $ \ |</code>|
|
||||
|
Loading…
x
Reference in New Issue
Block a user