String Helpers
Utility functions for working with strings.
Functions
| Function | Description |
|---|---|
camelCase | Converts kebab-case to camelCase |
capitalize | Capitalizes the first letter of a string |
errorToReadableMessage | Convert an error to a readable message. |
kebabCase | Converts camelCase to kebab-case |
labelize | Transform string to lowercase with capitalized first letters and with spaces between words |
slugify | Converts a string into a URL-friendly slug. |