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

x/case/mod.ts>pascalCase

Convert strings between camelCase, PascalCase, Title Case, snake_case and more
Go to Latest
function pascalCase
import { pascalCase } from "https://deno.land/x/case@2.1.1/mod.ts";

Parameters

value: string
optional
locale: string
optional
mergeNumbers: boolean

Returns

string