Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gutenberg/case/lower_case_first/mod.ts>lowerCaseFirst

📝 Complete, correct, and thoroughly tested string manipulation library.
Latest
function lowerCaseFirst
import { lowerCaseFirst } from "https://deno.land/x/gutenberg@0.1.5/case/lower_case_first/mod.ts";

Lower case the first character of an input string.

Parameters

input: string