Module string

Module string 

Source
Expand description

String utilities.

Functionsยง

generate_id
Generate a random identifier.
is_valid_email
Check if a string is a valid email address (basic check).
mask_string
Mask a string for safe logging.
normalize_email
Normalize an email address.
truncate
Truncate a string to a maximum length.