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

[Question] ECMAScript regex support #276

Closed
ceztko opened this issue Feb 7, 2023 · 4 comments
Closed

[Question] ECMAScript regex support #276

ceztko opened this issue Feb 7, 2023 · 4 comments

Comments

@ceztko
Copy link

ceztko commented Feb 7, 2023

I'm finding here and there hints about planned ECMAScript regex support. I'm evaluating use of ctre, but I need ECMAScript format support which I already use with standard std::regex. Can you clarify on the matter?

@ceztko ceztko changed the title [Question] [Question] ECMAScript regex support Feb 7, 2023
@ceztko
Copy link
Author

ceztko commented Feb 7, 2023

P.S.: I'm sorry for initial blank issue.

@hanickadot
Copy link
Owner

I'm currently don't have much time for new features. So it's planned but in a longterm.

@ceztko
Copy link
Author

ceztko commented Feb 7, 2023

Thank you for the clarification. Also, can you project be used at runtime with dynamic pattern? Or not really.

@hanickadot
Copy link
Owner

Not really. The pattern is compiled-in. For best performance and safety I would recommend RE2.

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

2 participants