Search
In this lesson, we'll see the implementation of the second look-up function for regex statements: regex_search.
We'll cover the following...
std::regex_search
checks if a text contains a text pattern. We can use the function with ...