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

String comparisons should support an array of strings #1384

Closed
BernieWhite opened this issue Dec 18, 2022 · 0 comments · Fixed by #1385
Closed

String comparisons should support an array of strings #1384

BernieWhite opened this issue Dec 18, 2022 · 0 comments · Fixed by #1385
Assignees
Labels
enhancement New feature or request feature: language Issues that affect language such keywords and variables
Milestone

Comments

@BernieWhite
Copy link
Member

Currently startsWith, notStartsWith, endsWith, notEndsWith, contains, and notContains only support a single string. If the operand is an array or strings we should match any item in the array.

@BernieWhite BernieWhite added enhancement New feature or request feature: language Issues that affect language such keywords and variables labels Dec 18, 2022
@BernieWhite BernieWhite added this to the v2.7.0 milestone Dec 18, 2022
@BernieWhite BernieWhite self-assigned this Dec 18, 2022
This was referenced Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: language Issues that affect language such keywords and variables
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant