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

[FEATURE] Allow regex flags #530

Open
4 tasks
rhazn opened this issue Feb 12, 2024 · 0 comments
Open
4 tasks

[FEATURE] Allow regex flags #530

rhazn opened this issue Feb 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rhazn
Copy link
Contributor

rhazn commented Feb 12, 2024

User Story

  1. As a {user}
  2. I want {to use regex flags}
  3. So that {I can use the full power of regex}

User Acceptance Criteria

  • Regex flags g, m and i can be used in Jayvee

Examples

  • consider the following transform: 'Hello Test Test' replace /Test/ with 'World, before this it returns 'Hello World Test' and we can not use a flag to replace all occurrences of Test. After implementing this, we can write 'Hello Test Test' replace /Test/g with 'World which returns 'Hello World World'.

Notes

Definitions of Done

  • A PR has been opened and accepted
  • All user acceptance criteria are met
  • All tests are passing
@rhazn rhazn added the enhancement New feature or request label Feb 12, 2024
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

1 participant