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.