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
    10,997,405
  • 2.0.1
    410,678
  • 2.0.0
    858
  • 1.1.2
    4,901,822
  • 1.1.1
    331
  • 1.1.0
    15
  • 1.0.1
    107
  • 1.0.0
    10
  • 0.0.1
    29

Package Sidebar

Install

npm i upper-case-first

Weekly Downloads

6,674,353

Version

3.0.0

License

MIT

Unpacked Size

2.19 kB

Total Files

5

Last publish

Collaborators

  • blakeembrey