string-tool
v3.0.2
Published
Useful functions for Strings
Downloads
7
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
yarn
Compile and watch for file changes:
yarn start
Run tests:
yarn test
Pull requests welcome. Please respect the existing formatting and indentation style. Furthermore, please add tests for code that you contribute.