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

Fuzzy regular expressions in javascript with webasm #103

Open
prhbrt opened this issue Jun 19, 2024 · 0 comments
Open

Fuzzy regular expressions in javascript with webasm #103

prhbrt opened this issue Jun 19, 2024 · 0 comments

Comments

@prhbrt
Copy link

prhbrt commented Jun 19, 2024

I made a crude version for javascript support with webasm, anyone interested in improving or desperate for this support can find my repo here.

I wrote javascript-code to conveniently process the C-output into a hierarchical structure of the capture groups for all matches. I assumed that I could determine the parent capture group as the one with the highest earlier index that completely surrounds the current capture group. Any validation on this would be nice.

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

No branches or pull requests

1 participant