3.0.2 • Published 6 years ago

string-tool v3.0.2

Weekly downloads
3
License
LGPL-3.0
Repository
github
Last release
6 years ago

string-tool

Build Status Dependencies Development Dependencies

npm

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
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.

License

LGPL v3.0

3.0.2

6 years ago

3.0.1

6 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago