-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Combine contains
and ismatch
?
#19250
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ismatch
andcontains
do basically the same thing, except the first takes a regex pattern, the second a string pattern, and the argument order is switched.Can we combine them, and if so, which one should we keep?
The text was updated successfully, but these errors were encountered: