You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::string and std::string_view have gained starts_with and ends_with methods that can allow some code simplification (and we can also remove our StartsWith / EndsWith helper functions).