ladybird/Userland/Libraries/LibWeb/Infra
Andreas Kling 073bcfd386 AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case()
These don't have to worry about the input not being valid UTF-8 and
so can be infallible (and can even return self if no changes needed.)

We use this instead of Infra::to_ascii_{upper,lower}_case in LibWeb.
2024-10-14 20:47:35 +02:00
..
ByteSequences.cpp
ByteSequences.h
CharacterTypes.h
JSON.cpp
JSON.h
Strings.cpp AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 2024-10-14 20:47:35 +02:00
Strings.h