Arguments
[
[
"aPPLE",
"BlUeBeRrY",
"cHeRry"
]
]
Query
{
"as": "w",
"from": "args[0]",
"select": {
"upper": "w.toUpper()",
"lower": "w.toLower()"
}
}
Results
{}
[
[
"aPPLE",
"BlUeBeRrY",
"cHeRry"
]
]
{
"as": "w",
"from": "args[0]",
"select": {
"upper": "w.toUpper()",
"lower": "w.toLower()"
}
}
{}