strings.equalFold() function
*Output data type: Boolean*
*Data type: String*
t
*Data type: String*
Examples
Ignore case when testing if two strings are the same
import "strings"
|> map(fn: (r) => ({
string2: r.string2,
same: strings.equalFold(v: r.string1, t: r.string2)