.. Copyright (c) 2026 Tobias Erbsland - Erbsland DEV. https://erbsland.dev SPDX-License-Identifier: Apache-2.0 **** Text **** Text sits at the boundary of almost every application: it arrives from users and protocols, moves through parsers and validators, and leaves again as formatted or encoded output. Erbsland Core gives these tasks a shared Unicode model, safe owning values, and focused tools for the places where text must be edited or constructed. Start with :doc:`overview` for a guided tour of the domain. It connects the individual topics and helps you find the page that matches the problem you are solving. .. toctree:: :maxdepth: 2 overview using_strings string_attributes transforming_strings editing_strings_in_place managing_string_editor_storage finding_text_positions slicing_and_splitting_strings character_access_and_parsing converting_text_and_scalar_values comparing_strings normalizing_strings working_with_character_sets building_strings using_string_format format_specifications compatibility_format_specifications using_string_patterns conversion encoding_internationalized_names