capitalize
Capitalize the all letters of the given text
Usage
import {capitalize} from "lulinjs";
const capitalized = capitalize("hello world!");
// Output: "HELLO WORLD!"
Live Editor
Result
Loading...
Capitalize the all letters of the given text
import {capitalize} from "lulinjs";
const capitalized = capitalize("hello world!");
// Output: "HELLO WORLD!"