3.0.2 • Published 8 years ago
string-tool v3.0.2
string-tool
Usage
Import what you need
import { capitalize } from 'string-tool';- capitalize
- nthIndexOf
- cutFirst
- cutBefore
- cutBeforeIndex
Contributing
Download source and compile:
git clone git@github.com:JannesMeyer/string-tool.git
yarnCompile and watch for file changes:
yarn startRun tests:
yarn testPull requests welcome. Please respect the existing formatting and indentation style. Furthermore, please add tests for code that you contribute.
