Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Add note w.r.t. matchAll changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 3, 2019
1 parent ab4379d commit 74a28f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h1>String.prototype.replaceAll ( _searchValue_, _replaceValue_ )</h1>
</emu-alg>
</emu-clause>

<!-- Note: the changes to String.prototype.matchAll have already been merged upstream here: https://github.com/tc39/ecma262/pull/1716 -->
<emu-clause id="sec-string.prototype.matchall">
<h1>String.prototype.matchAll ( _regexp_ )</h1>
<p>Performs a regular expression match of the String representing the *this* value against _regexp_ and returns an iterator. Each iteration result's value is an Array object containing the results of the match, or *null* if the String did not match.</p>
Expand Down

0 comments on commit 74a28f3

Please sign in to comment.