1.0.10 • Published 3 years ago

startwordcapsy v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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)
1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago