+Here are the new overloads than can now be used in queries: [`IndexOf(char)`](/dotnet/api/system.string.indexof?view=net-9.0#system-string-indexof(system-char)), [`IndexOf(char, int)`](/dotnet/api/system.string.indexof?view=net-9.0#system-string-indexof(system-char-system-int32)), [`Replace(char, char)`](/dotnet/api/system.string.replace?view=net-9.0#system-string-replace(system-char-system-char)), [`Contains(char)`](/dotnet/api/system.string.contains?view=net-9.0#system-string-contains(system-char)), [`Contains(char, StringComparison)`](/dotnet/api/system.string.contains?view=net-9.0#system-string-contains(system-char-system-stringcomparison)), [`StartsWith(char)`](/dotnet/api/system.string.startswith?view=net-9.0#system-string-startswith(system-char)), [`EndsWith(char)`](/dotnet/api/system.string.endswith?view=net-9.0#system-string-endswith(system-char)).
0 commit comments