mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:54:58 +00:00
AK: Add FlyString::to_lowercase() and LogStream operator<<(FlyString)
This commit is contained in:
parent
7f8dc347b5
commit
c4a6d6ae9f
6 changed files with 39 additions and 16 deletions
|
@ -46,6 +46,8 @@ public:
|
|||
|
||||
StringView view() const { return { characters(), length() }; }
|
||||
|
||||
FlyString to_lowercase() const;
|
||||
|
||||
int to_int(bool& ok) const;
|
||||
|
||||
bool equals_ignoring_case(const StringView&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue