@jhonathannc/strformatter

0.0.4 • Public • Published

stringformatter

npm package for format senteces

📋 Usage

Pass your unformatted sentece to the method in package and obtain the formatted sentence.
Ex: 
Input: My uNfoRmated. seNTeNe coMINg oF. my OWN aPi.
Output: My unformated. Sentence coming of. My own api.
Thats all!

strformatter

How to use

Very simples. Assumig you already havt the nodejs installed, do so: 

# Installing package
npm i @jhonathannc/strformatter

# Import the package in your js file:
const strformatter = require('@jhonathannc/strformatter')

# Calling the format method and getting the formatted string
str.formatStr(str).formattedStr

Like this package? Give a star. Regards.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @jhonathannc/strformatter

      Weekly Downloads

      1

      Version

      0.0.4

      License

      MIT

      Unpacked Size

      2.45 kB

      Total Files

      4

      Last publish

      Collaborators

      • jhonathannc