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

Allow late editing of capturing groups #280

Open
noxone opened this issue Sep 23, 2022 · 0 comments
Open

Allow late editing of capturing groups #280

noxone opened this issue Sep 23, 2022 · 0 comments

Comments

@noxone
Copy link
Owner

noxone commented Sep 23, 2022

When editing capturing groups #109, enable the user to do the following things:

  • Allow users to rename capturing groups ✅
  • Allow conversion of existing groups to capturing groups (and the other way round)
  • Improve capital letters in caption (in general)
  • Offer the possibilities for groups (or maybe in general for every part of the regex):
    • optional: ?
    • repeatable *✅, +✅ or {3,5}
    • Lazy/Greedy-Flag ✅
    • flags in general (case-sensitivity, multiline, etc...)
  • only allow valid group names (see: https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#groupname) ✅
  • properly change groups when editing the input
  • Include an optimizer to eliminate unnecessary groups
  • Adjust driver.js to new UI
@noxone noxone assigned noxone and unassigned noxone Nov 26, 2022
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