1.0.2 • Published 7 months ago

sentence-caser v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Sentence Caser

npm license

Sentence Caser is a lightweight, easy-to-use npm package that converts strings to sentence case, ensuring proper capitalization and formatting.

Installation

Use the package manager npm to install Sentence Caser.

## Usage

npm install sentence-caser

const sentenceCaser = require('sentence-caser');

const myString = "joNathan ruKUNDO";
const convertedString = sentenceCaser(myString);

console.log(convertedString); // Outputs: "Jonathan Rukundo"
1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago