sentence-caser

1.0.2 • Public • Published

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"

Readme

Keywords

Package Sidebar

Install

npm i sentence-caser

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

1.57 kB

Total Files

3

Last publish

Collaborators

  • jrukundo256