Module string

Source
Expand description

Python string module - string constants and classes Python string module implementation

This module provides string-related constants and template classes. Implementation matches Python’s string module API.

Structs§

Formatter
Formatter - string formatting operations
Template
Template - simple template substitution

Constants§

ascii_letters
ascii_lowercase
ascii_uppercase
digits
hexdigits
octdigits
printable
punctuation
whitespace

Functions§

capwords
string.capwords - capitalize words in string
capwords_py
Python-compatible wrapper function (concrete types)
capwords_wrapper
Simple wrapper for generated Rust code