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

[WIP] Upgrade regex plugin to accept multiple matches #690

Open
3 tasks
jmcook1186 opened this issue May 1, 2024 · 0 comments
Open
3 tasks

[WIP] Upgrade regex plugin to accept multiple matches #690

jmcook1186 opened this issue May 1, 2024 · 0 comments
Assignees
Labels
feature Some functionality to be developed help-wanted suggested for community contributions medium-priority medium priority issue size: medium medium sized task

Comments

@jmcook1186
Copy link
Contributor

What
Upgrade the existing regex plugin so that it can accept multiple matches

Why
Our current regex plugin only supports single matches, which limits it to simple use cases. Expanding it to support multiple matches will make it more flexible and able to handle more complex applications.

Context
Requested by Green-Software-Foundation/if-plugins#85

Prerequisites/resources
none

SoW (scope of work)

  • update regex plugin source code
  • documentation updated
  • test cases added

Acceptance criteria

tbc

Given (Setup): Describes the initial state of the system or the preconditions for a change.

When (Action): Describes the specific action or behavior that is being tested/changed.

Then (Assertion): Defines the expected outcome or behavior of the system after the action in the "When" step is performed.

@jmcook1186 jmcook1186 added the feature Some functionality to be developed label May 1, 2024
@jmcook1186 jmcook1186 self-assigned this May 1, 2024
@jmcook1186 jmcook1186 added medium-priority medium priority issue size: medium medium sized task help-wanted suggested for community contributions labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Some functionality to be developed help-wanted suggested for community contributions medium-priority medium priority issue size: medium medium sized task
Projects
Status: In Design
Development

No branches or pull requests

1 participant