summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Infra/Strings.cpp
AgeCommit message (Expand)Author
2023-03-10LibWeb: Use equals_ignoring_ascii_case() in infra helperAndreas Kling
2023-03-04LibWeb/Infra: Port strip_and_collapse_whitespace() to new StringLinus Groh
2023-03-04LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case}Linus Groh
2023-02-26LibWeb: Add to_ascii_upper_case() from the Infra specKenneth Myhra
2023-02-26LibWeb: Add to_ascii_lower_case() from the Infra specKenneth Myhra
2023-02-15LibWeb: Implement ASCII case-insensitive matchingSam Atkins
2023-02-12LibWeb: Add convert string into scalar value from Infra specKenneth Myhra
2023-01-08AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallibleTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-24LibWeb: Add is_code_unit_prefix() functionnetworkException
2022-10-02LibWeb: Move strip_and_collapse_whitespace() to Infra/Linus Groh