string-tool
v3.0.2
Published
Useful functions for Strings
Downloads
80
Readme
string-tool
Usage
Import what you need
import { capitalize } from 'string-tool';- capitalize
- nthIndexOf
- cutFirst
- cutBefore
- cutBeforeIndex
Contributing
Download source and compile:
git clone [email protected]: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.

