mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibWeb: Add to_ascii_lower_case() from the Infra spec
https://infra.spec.whatwg.org/#ascii-lowercase
This commit is contained in:
parent
2facb0e8ed
commit
2c1e15bd3b
2 changed files with 15 additions and 0 deletions
|
@ -17,5 +17,6 @@ bool is_ascii_case_insensitive_match(StringView a, StringView b);
|
|||
DeprecatedString strip_and_collapse_whitespace(StringView string);
|
||||
bool is_code_unit_prefix(StringView potential_prefix, StringView input);
|
||||
ErrorOr<String> convert_to_scalar_value_string(StringView string);
|
||||
ErrorOr<String> to_ascii_lower_case(StringView string);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue