Expand description
String utilities
Functionsยง
- camel_
to_ snake - Convert camelCase to snake_case
- escape_
json - Escape string for safe inclusion in JSON
- extract_
context - Extract lines around a specific line number
- sanitize_
filename - Clean string for use as filename
- truncate
- Truncate string to specified length with ellipsis