Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/case/mod.ts>lowerCase

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

Lowercase a string.

Parameters

str: string
optional
locale: string

Returns

string