✏️ Text & Strings
| Command | Description |
|---|---|
bolt slug <text> | Slugify text |
bolt case camel/snake/kebab/pascal | Case conversion |
bolt trim <text> | Trim whitespace |
bolt length <text> | Count chars, bytes, words |
bolt regex match <pattern> <text> | Find regex matches |
bolt regex test <pattern> <text> | Test regex match |
bolt regex extract <pattern> <text> | Extract capture groups |
bolt regex replace <p> <r> <text> | Regex regex replace |