-
Notifications
You must be signed in to change notification settings - Fork 504
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
Converting existing regex pattern to VerbalExpressions? #80
Comments
Not at the time |
@ahmadalibaloch regarding tot the duplicate issue:
What do you think? |
I'd like to see a command line tool to do this, and if you have an existing tool that parses regexes then recasting them into verbal expressions should be straightforward. |
A few assumptions:
|
For my existing files I would like to have a command line tool or a plug-in for VS, notepad++ or other IDEs to replace exisitng RegExpressions to VerbalExpressions. If we can have a web interface for quick solution that is also good. |
It's not important how such a tool would look: web based, console based, desktop based, etc. It's important that exists in first place, as most users having existing regular expressions won't convert them to VerbalExpressions unless there's such a tool that can do the job. |
That would be nice, indeed. |
Post-v2, this should be relatively easy with a library like regexp-tree since we could just map AST nodes to library methods. |
+1 to this, want to be able to switch between a formula for power users and a verbal expression for every day use |
was kinda hoping to switch between the two programmatically but yes chatgpt seems to work |
Hello,
Can I feed a regex pattern to verbal expressions, and get back the verbal express representation?
The text was updated successfully, but these errors were encountered: