Skip to main content

2 docs tagged with "text"

View all tags

String Handling

C++ provides std::string_view (C++17) for non-owning string references. Rich API for searching, modifying, and converting text data.

String Operations

pandas provides string methods through the .str accessor. These methods work on Series containing strings and are essential for text data cleaning.