1.2.0 • Published 3 years ago

@tsamantanis/string-lib v1.2.0

Weekly downloads
252
License
ISC
Repository
github
Last release
3 years ago

String Libs

A library of string manipulation functions to help Javascript developers.

npm bundle size GitHub release (latest by date)

Installation

To install this library, run

npm install @tsamantanis/string-lib

inside your project directory.

Usage

To use the string library in your JS file, import the library by using the following:

const stringLib = require("@tsamantanis/string-lib")

Example

const stringLib = require("@tsamantanis/string-lib")

console.log(stringLib.camelCase("Hello World!")) // returns the string input in camel case

Example using String.prototype

const stringLib = require("@tsamantanis/string-lib")

console.log("Hello World!".camelCase) // returns the string input in camel case
1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago