diff --git a/spec.html b/spec.html index 9af80e1..796b760 100644 --- a/spec.html +++ b/spec.html @@ -87,6 +87,7 @@

String.prototype.replaceAll ( _searchValue_, _replaceValue_ )

+

String.prototype.matchAll ( _regexp_ )

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.