Skip to content

capitalize

Jason Godesky edited this page Jul 11, 2026 · 1 revision

capitalize capitalizes the first letter in a string.

Parameters

orig: string

The string to capitalize.

Returns

A new string with the first letter capitalized.

Examples

import { capitalize } from '@revolutionarygamesco/common'

capitalize('the five boxing wizards jump quickly.') // The five boxing wizards jump quickly.

See also

Clone this wiki locally