Skip to content

fix: regexp substring matches#466

Merged
stevenh merged 1 commit intomasterfrom
fix/regexp-substring-matches
Nov 28, 2022
Merged

fix: regexp substring matches#466
stevenh merged 1 commit intomasterfrom
fix/regexp-substring-matches

Conversation

@stevenh
Copy link
Copy Markdown
Collaborator

@stevenh stevenh commented Nov 28, 2022

Set RegExp.input, RegExp.$_ and RegExp.$1 -> $9 substring matches on successful match.

Fixes #317

Set RegExp.input, RegExp.$_ and RegExp.$1 -> $9 substring matches on
successful match.

Fixes #317
@stevenh stevenh merged commit c745096 into master Nov 28, 2022
@stevenh stevenh deleted the fix/regexp-substring-matches branch November 28, 2022 15:50
sg3des pushed a commit to sg3des/otto that referenced this pull request Jul 17, 2023
Set RegExp.input, RegExp.$_ and RegExp.$1 -> $9 substring matches on
successful match.

Fixes robertkrimen#317
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

otto does not support RegExp.$1

1 participant