mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:07:36 +00:00
AK: Add String::trim_spaces()
This commit is contained in:
parent
673527d314
commit
d20e26c690
2 changed files with 16 additions and 0 deletions
|
@ -114,6 +114,8 @@ public:
|
|||
String to_lowercase() const;
|
||||
String to_uppercase() const;
|
||||
|
||||
String trim_spaces() const;
|
||||
|
||||
bool equals_ignoring_case(const StringView&) const;
|
||||
|
||||
bool contains(const String&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue