@f/capitalize

1.0.0 • Public • Published

capitalize

Build status Git tag NPM version Code style

Capitalize a string

Installation

$ npm install @f/capitalize

Usage

var capitalize = require('@f/capitalize')

capitalize('hello world!') === 'Hello world!'

API

capitalize(str)

  • str - The string you want to capitalize

Returns: str, but with the first letter capitalized.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @f/capitalize

Weekly Downloads

10

Version

1.0.0

License

MIT

Last publish

Collaborators

  • f