Text processing

# Text Processing

Text processing in modern C++ spans core string containers, formatting APIs, localization layers, and regex tools. This hub groups practical entry points so you can jump quickly to the right subsystem.

# Core String Types

# Formatting and Output

# Localization and Facets

# Regular Expressions