Skip to content

✏️ Text & Strings

CommandDescription
bolt slug <text>Slugify text
bolt case camel/snake/kebab/pascalCase 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

Released under the MIT License.