restrung-js
v1.0.0
Published
JavaScript string helpers built with functional composition.
Downloads
1
Readme
Restrung-js
JavaScript string helpers built with functional composition.
Overview
This project exists solely as a learning exercise into functional programming in JavaScript.
Getting Started
- Install with NPM -
npm install --save restrung-js
API
These are the current functions this library supports.
String
- camelCase
- pascalCase
- snakeCase
- spaceCase
- swapCase
- capitalize
- uncapitalize
- truncate
- surround
- ltrim
- trim
- rtrim
- clean
Type
License
Copyright (c) 2015 Jason Bellamy
Licensed under the MIT license.