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

x/valibot/src/transformations/toLowerCase/index.ts>toLowerCase

The modular and type safe schema library for validating structural data 🤖
Go to Latest
function toLowerCase
import { toLowerCase } from "https://deno.land/x/valibot@v0.24.0/src/transformations/toLowerCase/index.ts";

Creates a transformation function that converts all the alphabetic characters in a string to lowercase.

Returns

A transformation function.