Skip to main content
Module

x/valibot/mod.ts>toLowerCase

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

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

Returns

A transformation action.