Skip to content

Stage 4 JS proposal: String.prototype.matchAll #1455

Open
@bakkot

Description

@bakkot

This proposal got stage 4 at the March 2019 meeting, and is not yet implemented in js-sys.

See spec text and MDN docs.

Note that this will also require adding Symbol.matchAll (spec text, MDN docs). In theory it might also require adding RegExp.prototype[@@matchAll], but I see the other RegExp.prototype[symbol] methods are also missing (@@match, @@replace, @@search, @@split), so perhaps that could be addressed separately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    js-sysIssues related to the `js-sys` crate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions