Thursday, September 24, 2020

How to Check String or String View Prefixes and Suffixes in C++20

Up to (and including) C++17 if you wanted to check the start or the end in a string you have to use custom solutions, boost or other third-party libraries. Fortunately, this changes with C++20.

See the article where I'll show you the new functionalities and discuss a couple of examples.



from DZone.com Feed https://ift.tt/2RYIhKE

No comments:

Post a Comment