3.0.2 • Published 8 years ago

string-tool v3.0.2

Weekly downloads
3
License
LGPL-3.0
Repository
github
Last release
8 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

8 years ago

3.0.1

8 years ago

1.2.6

10 years ago

1.2.5

10 years ago

1.2.4

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago