This package has been deprecated

Author message:

Use `input.charAt(0).toUpperCase() + input.slice(1)`

upper-case-first
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/upper-case-first package

3.0.0 • Public • Published

Upper Case First

Transforms the string with the first character in upper cased.

Installation

npm install upper-case-first --save

Usage

import { upperCaseFirst } from "upper-case-first";

upperCaseFirst("test"); //=> "Test"

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.2
    9,411,470
  • 2.0.1
    183,248
  • 2.0.0
    488
  • 1.1.2
    3,466,898
  • 1.1.1
    205
  • 1.1.0
    164
  • 1.0.1
    73
  • 1.0.0
    7
  • 0.0.1
    29

Package Sidebar

Install

npm i upper-case-first

Weekly Downloads

7,165,686

Version

3.0.0

License

MIT

Unpacked Size

2.19 kB

Total Files

5

Last publish

Collaborators

  • blakeembrey