diff --git a/spec.html b/spec.html index 4e800850ef..171c0c63e2 100644 --- a/spec.html +++ b/spec.html @@ -35626,9 +35626,6 @@
This method returns *true* if the sequence of code units of _searchString_ converted to a String is the same as the corresponding code units of this object (converted to a String) starting at _endPosition_ - length(_searchString_). Otherwise it returns *false*.
-Throwing an exception if the first argument is a RegExp is specified in order to allow future editions to define extensions that allow such argument values.
This method returns *true* if the sequence of code units of _searchString_ converted to a String is the same as the corresponding code units of this object (converted to a String) starting at index _position_. Otherwise it returns *false*.
-Throwing an exception if the first argument is a RegExp is specified in order to allow future editions to define extensions that allow such argument values.