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

[SEARCH] Remove the 32 characters' limitation on size of the regex group names #87

Open
svlad-90 opened this issue Aug 9, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request search Issue is related to the [SEARCH] domain
Milestone

Comments

@svlad-90
Copy link
Owner

svlad-90 commented Aug 9, 2020

It would be good to remove the 32 characters' limitations on size of the regex group names. It should be possible to do that via internal mapping of provided group names to some shorter identifiers, e.g. counter-based ones - 1, 2, 3, 4, etc. Short identifiers would be actually used within the regex, while long names would be still known to the plugin's implementation.

@svlad-90 svlad-90 added enhancement New feature or request search Issue is related to the [SEARCH] domain labels Aug 9, 2020
@svlad-90 svlad-90 added this to the v.1.0.24 milestone Aug 9, 2020
@svlad-90 svlad-90 self-assigned this Aug 9, 2020
@svlad-90 svlad-90 added this to To do in DLTMessageAnalyzer via automation Aug 9, 2020
@svlad-90 svlad-90 changed the title [SEARCH] Remove the 32 characters' limitations on size of the regex group names [SEARCH] Remove the 32 characters' limitation on size of the regex group names Sep 10, 2020
@svlad-90 svlad-90 modified the milestones: v.1.0.24, v.1.0.25 Oct 2, 2020
@svlad-90 svlad-90 modified the milestones: v.1.0.25, backlog Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request search Issue is related to the [SEARCH] domain
Projects
Development

No branches or pull requests

1 participant