mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 16:35:08 +00: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". |
||
---|---|---|
.. | ||
Base64.cpp | ||
Base64.h | ||
ByteSequences.cpp | ||
ByteSequences.h | ||
CharacterTypes.h | ||
JSON.cpp | ||
JSON.h | ||
Strings.cpp | ||
Strings.h |