Right now the =
operator only works with numbers and vectors. It would be really nice if all the comparison operators (=
, !=
, <
, <=
, >
, >=
) worked with strings as well.
Suggestion
Active
3 Comments
- Log in to leave a comment
-
Mod sflanker
Haxin workaround for now:
a contains b AND b contains a
is equivalent to=
. -
Mod sflanker
This might belong in a different suggestion, but making the
contains
operator have a dropdown and includestarts with
,ends with
, andmatches
(regular expressions) would be super awesome too.
9 Upvotes
Log in in to upvote this post.
This post has been merged with this post.