A Recap on string_view--Jonathan Boccara
Back to the basics.
A Recap on string_view
by Jonathan Boccara
From the article:
The string capabilities of C++ have little evolved since C++98, until C++17 brought a major evolution: std::string_view.
Let’s look at what string_view is about and what it can bring to your code, by making it more expressive and making it run faster...

ACCU’s Overload journal of February 2021 is out. It contains the following C++ related articles.
Another book.
Worth a read.