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

Improve RegEx syntax support #3

Open
TonyGravagno opened this issue Jul 8, 2023 · 0 comments
Open

Improve RegEx syntax support #3

TonyGravagno opened this issue Jul 8, 2023 · 0 comments

Comments

@TonyGravagno
Copy link
Owner

At this time, a RegExp must be in format "/..../" because only strings are being processed. This is OK to start but doesn't allow for RegEx options in format /..../zzz. It will help to support that format, for example for 'i' case insensitivity and 'g' global search/replace for multiple substrings.

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