Character Types
This lesson will explain how regex identifies the different types of text in C++.
The type of the text determines the character type of the regular expression, the type of search result, and the type of action with the search result.
The following table shows the four different combinations of type of text, regular expression, search result, and action: ...