mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
While DeprecatedString and StringView use ASCII case-insensitivity when matching, String uses the Unicode rules, so in order to match the spec, we need to *not* use `String::equals_ignoring_case()`. This function needs to be used everywhere that the spec refers to an "ASCII case-insensitive match".
3.6 KiB
3.6 KiB