-
Notifications
You must be signed in to change notification settings - Fork 22.7k
Rewrite String.p.match / RegExp.p[@@match] #19514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview URLs
FlawsNone! 🎉 External URLsURL: No new external URLs URL: No new external URLs URL: No new external URLs (this comment was updated 2022-08-14 03:54:55.660566) |
ac4c7bc
to
96f6e62
Compare
files/en-us/web/javascript/reference/global_objects/regexp/@@match/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/regexp/@@match/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/regexp/exec/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/string/match/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/string/match/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/string/match/index.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor proofreading edits
…atch/index.md Co-authored-by: Michael[tm] Smith <[email protected]>
…ch/index.md Co-authored-by: Michael[tm] Smith <[email protected]>
…ch/index.md Co-authored-by: Michael[tm] Smith <[email protected]>
Summary
Motivation
Continuation of #19501. Part of #1454.
Supporting details
Related issues
Metadata