-
Notifications
You must be signed in to change notification settings - Fork 421
Add in RE_* support as feature_flag action #1178
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
Comments
We're closing feature requests older than a year that haven't received enough customers +1 or that we were unable to prioritize. For newer customers interested in, please feel free to comment and we can reopen it. |
|
Is your feature request related to a problem? Please describe.
Just a feature request
Describe the solution you'd like
Add in extra actions to test for regular expression matches/searches.
Describe alternatives you've considered
I actually think in many cases the current actions are sufficient. There are always cases where using a regular expression fills the gap and I've already found one where I need to test legacy data to enable a toggle by way of a re.search.
Additional context
See linked PR #692
The text was updated successfully, but these errors were encountered: