Search⌘ K

Character Types

Explore how C++ handles various character types in regular expressions. Understand the relationships between text types, regex types, search results, and actions, using both standard and wide character strings to improve your text processing skills.

We'll cover the following...

The type of text determines the character type of the regular expression, the type of search result, and the type of action that will be taken with the search result.

This table shows four different combinations:

Text type
...