string-tool
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i string-tool

    Weekly Downloads

    6

    Version

    3.0.2

    License

    LGPL-3.0

    Last publish

    Collaborators

    • jannes