1.0.10 • Published 4 years ago

startwordcapsy v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago