JavaScript string helpers built with functional composition.
This project exists solely as a learning exercise into functional programming in JavaScript.
These are the current public functions this library supports.
- camelCase
- pascalCase
- snakeCase
- spaceCase
- swapCase
- capitalize
- uncapitalize
- truncate
- surround
- ltrim
- trim
- rtrim
- clean
Copyright (c) 2015 Jason Bellamy
Licensed under the MIT license.