mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibWeb: Add to_ascii_upper_case() from the Infra spec
https://infra.spec.whatwg.org/#ascii-uppercase
This commit is contained in:
parent
2c1e15bd3b
commit
31a9bd2bfd
Notes:
sideshowbarker
2024-07-17 21:16:31 +09:00
Author: https://github.com/kennethmyhra
Commit: 31a9bd2bfd
Pull-request: https://github.com/SerenityOS/serenity/pull/17614
Reviewed-by: https://github.com/linusg ✅
2 changed files with 15 additions and 0 deletions
|
@ -18,5 +18,6 @@ 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);
|
||||
ErrorOr<String> to_ascii_upper_case(StringView string);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue