Skip to content

Commit 7e5d4e3

Browse files
authored
Update JS-ch.md
1 parent 455ab77 commit 7e5d4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JS/JS-ch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1474,8 +1474,8 @@ parseFloat((0.1 + 0.2).toFixed(10))
14741474
| (yck) | 只匹配和 yck 相同字符串 |
14751475
| \| | 匹配 \| 前后任意字符 |
14761476
| \ | 转义 |
1477-
| * | 只匹配出现 0 次以上 * 前的字符 |
1478-
| + | 只匹配出现 1 次以上 + 前的字符 |
1477+
| * | 只匹配出现 0 次及以上 * 前的字符 |
1478+
| + | 只匹配出现 1 次及以上 + 前的字符 |
14791479
| ? | ? 之前字符可选 |
14801480
14811481
## 修饰语

0 commit comments

Comments
 (0)