mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-03 17:02:56 +00:00
AK: Add FlyString::equals_ignoring_case(StringView)
And share the code with String by moving the logic to StringUtils. :^)
This commit is contained in:
parent
0efa47b7ef
commit
26bc3d4ea0
Notes:
sideshowbarker
2024-07-19 08:11:05 +09:00
Author: https://github.com/awesomekling
Commit: 26bc3d4ea0
6 changed files with 31 additions and 16 deletions
|
@ -139,6 +139,8 @@ public:
|
|||
return !(*this == other);
|
||||
}
|
||||
|
||||
const StringImpl* impl() const { return m_impl; }
|
||||
|
||||
private:
|
||||
friend class String;
|
||||
const StringImpl* m_impl { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue