Expand description
String validation and formatting utilities
Functionsยง
- sanitize
- Sanitizes a string by removing control characters
- truncate
- Truncates a string to a maximum length with ellipsis
- validate_
length - Validates string length constraints
- validate_
non_ empty - Validates that a string is not empty after trimming