mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 14:22:33 +00:00
The only user is currently String::equals_ignoring_case, but LibRegex will need to do the same case-folded comparison with UTF-32 data. As it turns out, the comparison works with all Unicode view types without much fuss. |
||
|---|---|---|
| .. | ||
| CharacterTypes.cpp | ||
| CharacterTypes.h | ||
| CMakeLists.txt | ||
| CurrencyCode.cpp | ||
| CurrencyCode.h | ||
| Emoji.cpp | ||
| Emoji.h | ||
| Forward.h | ||
| Normalize.cpp | ||
| Normalize.h | ||
| Segmentation.cpp | ||
| Segmentation.h | ||
| String.cpp | ||
| UnicodeUtils.cpp | ||
| UnicodeUtils.h | ||