Skip to content

Document callable regex in Spidermonkey 1.8.5#5450

Merged
nickva merged 1 commit intomainfrom
document-callable-regexes
Feb 27, 2025
Merged

Document callable regex in Spidermonkey 1.8.5#5450
nickva merged 1 commit intomainfrom
document-callable-regexes

Conversation

@nickva
Copy link
Contributor

@nickva nickva commented Feb 27, 2025

Spidermonkey 1.8.5 allowed calling regular expression objects directly. The call worked the same as calling exec() [1].

[1] https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/5#javascript

Spidermonkey 1.8.5 allowed calling regular expression objects directly. The
call worked the same as calling `exec()` [1].

[1] https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/5#javascript
@nickva nickva merged commit 6202aa4 into main Feb 27, 2025
4 checks passed
@nickva nickva deleted the document-callable-regexes branch February 27, 2025 20:44
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.

2 participants