Skip to main content
Module

x/valibot/mod.ts>regex

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

Creates a validation functions that validates a string with a regex.

Type Parameters

TInput extends string

Parameters

requirement: RegExp

The regex pattern.

optional
error: ErrorMessage

The error message.