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

x/case/mod.ts>normalCase

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

Parameters

str: string
optional
locale: string
optional
replacement: string

Returns

string