Skip to content

Remove GooString::startsWith and GooString::endsWith

Starting with C++20, the std::string class has methods starts_with and ends_with, which do the same thing. Use those instead.

Merge request reports