We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 399c635 + aa4377e commit c467637Copy full SHA for c467637
docs/regex.md
@@ -89,7 +89,7 @@ ES6新增了使用大括号表示Unicode字符,这种表示法在正则表达
89
90
**(3)量词**
91
92
-使用`u`修饰符后,所有量词都会正确识别大于码点大于`0xFFFF`的Unicode字符。
+使用`u`修饰符后,所有量词都会正确识别码点大于`0xFFFF`的Unicode字符。
93
94
```javascript
95
/a{2}/.test('aa') // true
0 commit comments