mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
AK: Remove unused ByteString titlecase/invert case conversions
This commit is contained in:
parent
c8bb3030fd
commit
05627b6f45
Notes:
github-actions[bot]
2025-04-07 15:45:57 +00:00
Author: https://github.com/trflynn89
Commit: 05627b6f45
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4253
4 changed files with 0 additions and 27 deletions
|
@ -106,7 +106,6 @@ Optional<size_t> find_any_of(StringView haystack, StringView needles, SearchDire
|
|||
|
||||
ByteString to_snakecase(StringView);
|
||||
ByteString to_titlecase(StringView);
|
||||
ByteString invert_case(StringView);
|
||||
|
||||
ByteString replace(StringView, StringView needle, StringView replacement, ReplaceMode);
|
||||
ErrorOr<String> replace(String const&, StringView needle, StringView replacement, ReplaceMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue