archives

« Bugzilla Issues Index

#3012 — 21.2.5.8 RegExp.prototype.search variable names


In section 21.2.5.8, in the algorithm for `RegExp.prototype.search(string)`, the variable name `s` (created in step 3) should instead be a capital letter `S`, for consistency with other similar algorithms in the spec.


fixed in rev27 editor's draft


fixed in rev27 draft