This PEP introduces tag strings for custom, repeatable string processing. Tag strings are an extension to f-strings, with a custom function β the βtagβ β in place of the f prefix. This function can then provide rich features such as safety checks, lazy evaluation, domain-specific languages (DSLs) for web templating, and more.