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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i upper-case-first

      Weekly Downloads

      6,607,001

      Version

      3.0.0

      License

      MIT

      Unpacked Size

      2.19 kB

      Total Files

      5

      Last publish

      Collaborators

      • blakeembrey