We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5d6be commit c8eefafCopy full SHA for c8eefaf
Functions/Text/Text.ContainsAny.pq
@@ -34,7 +34,7 @@ let
34
],
35
[
36
Description = " Comparison can be done using a case-insenitive comparer. ",
37
- Code = " Text.ContainsAny(""Hello World!"", {""hello"", ""kitty""}, Comparer.OrdinalIgnorCase ) ",
+ Code = " Text.ContainsAny(""Hello World!"", {""hello"", ""kitty""}, Comparer.OrdinalIgnoreCase ) ",
38
Result = " TRUE "
39
]
40
}
0 commit comments