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

[FEAT] New tool: regular expression evaluator (regex) #308

Open
ngosang opened this issue Mar 29, 2023 · 1 comment
Open

[FEAT] New tool: regular expression evaluator (regex) #308

ngosang opened this issue Mar 29, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ngosang
Copy link

ngosang commented Mar 29, 2023

Is your feature request related to a problem? Please describe.
I would like to have a tool similar to => https://regex101.com/
It has too many features but you can start with a simple regular expression evaluator. The user will provide a regular expression and a sample text. The tool will tell if the regular expression is valid, apply to the text, show it the expression matches the text. Show the "match groups" if the expression has groups.

Describe the solution you'd like
I would like to have a tool similar to => https://regex101.com/

Describe alternatives you've considered
.

Additional context
.

@sharevb
Copy link
Contributor

sharevb commented May 5, 2024

Hi @ngosang and @CorentinTh, implemented in #1030

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants