Search⌘ K

Text Processing

Explore how to use C++ text processing libraries including std::string and std::string_view for efficient string manipulation. Understand the power of regular expressions to match and modify text patterns safely and effectively.

We'll cover the following...

With strings and regular expressions, C++ has two powerful libraries to process text.

String

std::string possesses a rich collection of methods to ...