Module string

Module string 

Source
Expand description

String manipulation utilities

Functionsยง

camel_case
Convert to camelCase
capitalize
Capitalize the first letter of a string
random_string
Generate a random string of specified length
slugify
Convert a string to a URL-friendly slug
snake_case
Convert to snake_case
truncate
Truncate a string to a maximum length