string-factory
v0.3.2
Published
A utility library for working with strings.
Downloads
25
Maintainers
Readme
String Factory
A small utility library for working with strings. Particularly useful when automating file creation of blog posts, where the file name, title, and URL might all be different cases.
Available functions
camelCase()
camelToKebab()
camelToPascal()
camelToSnake()
sentenceCase()
upCase()
downCase()
kebabCase()
kebabToCamel()
kebabToPascal()
kebabToSnake()
snakeCase()
snakeToCamel()
snakeToKebab()
snakeToPascal()
pascalCase()
titleCase()
pascalToCamel()
pascalToKebab()
pascalToSnake()
sarcasm()
vaporize()
truncate()
unescape()
escape()
escapeBase()