Skip to content

Commit

Permalink
A mistake about the example description of the RegExp Character "+". (#…
Browse files Browse the repository at this point in the history
…16382)

Co-authored-by: Jason Ren <[email protected]>
  • Loading branch information
qwe1164915372 and jasonren0403 authored Oct 8, 2023
1 parent 8bc3efe commit bbf8365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ slug: Web/JavaScript/Guide/Regular_expressions/Quantifiers
<td>
<p>
将前一项“x”匹配 1
次或更多次。等价于{1,}。例如,/a+/匹配“candy”中的“a”和“caaaaaaandy”中的“a”。
次或更多次。等价于 <code>{1,}</code>。例如,<code>/a+/</code> 匹配“candy”中的“a”和“caaaaaaandy”中的所有“a”。
</p>
</td>
</tr>
Expand Down

0 comments on commit bbf8365

Please sign in to comment.