upper-dot-case
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Upper Dot Case

NPM version NPM downloads Build status

Upper dot case a string.

Supports Unicode (non-ASCII characters) and non-string entities, such as objects with a toString property, numbers and booleans. Empty values (null and undefined) will result in an empty string.

Installation

npm install upper-dot-case --save

Usage

var upperDotCase = require('upper-dot-case')
 
upperDotCase('string')        //=> "String"
upperDotCase('camelCase')     //=> "Camel.Case"
upperDotCase('sentence case') //=> "Sentence.Case"
 
upperDotCase('MY STRING', 'tr') //=> "My.Strıng"

Typings

Includes a TypeScript definition.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i upper-dot-case

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dsappet