How to check if element is present in array #532
Unanswered
dheerajkhatri
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, there is no such function. Implementing it should be straight forward. It would be nice to have this and some other basic array functions in the standard. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to perform something like this - ARRAY_CONTAINS(["1","2","3","4"], value)
and then evaluate the expression by passing value? Is there existing functionality which can be used or I've to write function for this? @uklimaschewski @stevenylai
Thanks in Advance.
Beta Was this translation helpful? Give feedback.
All reactions