Skip to content
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

RegExp: Implement lookbehind #1843

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

balajirrao
Copy link
Contributor

@balajirrao balajirrao commented Feb 24, 2025

Implement lookbehind for regular expressions. All test262 tests for lookbehind pass.

@balajirrao balajirrao changed the title Regexp lookbehind RegExp: Implement lookbehind Feb 24, 2025
@rbri
Copy link
Collaborator

rbri commented Feb 24, 2025

Fantastic !!!!

@balajirrao balajirrao force-pushed the regexp-lookbehind branch 2 times, most recently from 38d265d to bd77a84 Compare February 25, 2025 11:03
@balajirrao balajirrao marked this pull request as ready for review February 25, 2025 11:03
@gbrail
Copy link
Collaborator

gbrail commented Mar 1, 2025

Thanks for taking care of this! I'm away for another week but I will look at it in detail when I get back, or otherwise there are a few others who can merge this if it is holding up something else.

@balajirrao
Copy link
Contributor Author

@gbrail thanks for the heads up! No rush - it's good enough if you take a look at it after you get back.

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.

3 participants