1.0.3 • Published 4 months ago

@codinasion/sentence-case-string-to-camel-case-string v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@codinasion/sentence-case-string-to-camel-case-string

Converts a sentence case string to a camel case string.

NPM Version Downloads LICENSE

Installation

# if you're using pnpm
pnpm add @codinasion/sentence-case-string-to-camel-case-string

# or, if you're using npm
npm install @codinasion/sentence-case-string-to-camel-case-string

# or, if you're using yarn
yarn add @codinasion/sentence-case-string-to-camel-case-string

Usage

import { SentenceCaseStringToCamelCaseString } from "@codinasion/sentence-case-string-to-camel-case-string";

const string = "Hello world";
console.log(SentenceCaseStringToCamelCaseString(string));

// Output
// helloWorld

Sponsors & Backers

Sponsors

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago