Skip to content

BahirathyR/startwordcaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

what is this?

Get sentence all word start letter to be convert uppercase.

Installation

`npm i startwordcapsy --save

Then...

import {startwordcapsy} from 'startwordcapsy';

   var str = "welcome to all";

startwordcapsy(str)

Package.Json //Add Module to Package.Json

"type":"module"

options

startwordcapsy supports 1 option

  • strtype- toUpperCase/toLowerCase(Default to toLowerCase)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published