Fable
Fable copied to clipboard
String operations with StringComparison argument
Right now the following replacements for string ignore the StringComparison argument, maybe others too:
IndexOfStartsWithEndsWith
Not entirely related, but because I'm too lazy to open another issue, also ToString seems to fail with CultureInfo.InvariantCulture argument, see #2600
Contains seems to ignore it too.