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"

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i sentence-caser

      Weekly Downloads

      2

      Version

      1.0.2

      License

      ISC

      Unpacked Size

      1.57 kB

      Total Files

      3

      Last publish

      Collaborators

      • jrukundo256