Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typeorm/src/util/StringUtils.ts>titleCase

Forked from https://github.com/typeorm/typeorm
Latest
function titleCase
import { titleCase } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/util/StringUtils.ts";

Converts string into title-case.

Parameters

str: string

Returns

string