fuzzball icon indicating copy to clipboard operation
fuzzball copied to clipboard

ARRAY_INTERSECT does case-insensitive string comparisons

Open dbenoy opened this issue 5 years ago • 5 comments

> @muf { "TEST" "TEST2" }list { "TeSt" }list array_intersect
Program compiled successfully.
Result: {"TeSt"}

Is this deliberate? I don't see this behavior documented in man array_intersect

dbenoy avatar Oct 01 '19 06:10 dbenoy