Daily bit(e) of C++ | std::string(_view)::starts_with, std::string(_view)::ends_with
Daily bit(e) of C++ #371, The C++20 prefix and suffix checking methods for std::string and std::string_view: starts_with and ends_with.
C++20 added prefix and suffix checking methods: starts_with and ends_with to both std::string and std::string_view.