mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:32:44 +00:00 
			
		
		
		
	|  a419039bb2 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 | ||