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

add documentation for feature utf16 #95

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

sebastiano-barrera
Copy link
Contributor

I've been looking for a regex impl for my toy JavaScript implementation (mcjs), and I thought regress sounded good but still insufficient due to the lack of support for searching on UTF-16 strings.

Turns out, regress does do exactly what I need! It's just nowhere to be found in the crate documentation (at least not without following the 'Feature flags' link, which I had no reason to, I think). I only found this out by looking at what boa does for its own RegExp implementation.

So, I hope this little extra paragraph will be useful for the next one who walks my path.

Let me know if you'd like me to change the format or rephrase the text.

@ridiculousfish ridiculousfish merged commit 9f39399 into ridiculousfish:master Jun 9, 2024
7 checks passed
@ridiculousfish
Copy link
Owner

Thank you!

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