Skip to main content
Module

x/valibot/mod.ts>isoWeek

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

Creates a validation function that validates a week.

Format: yyyy-Www

Hint: The regex used cannot validate the maximum number of weeks based on the year. For example, "2021W53" is valid even though the year 2021 has only 52 weeks.

Type Parameters

TInput extends string

Parameters

optional
message: ErrorMessage = [UNSUPPORTED]

The error message.

Returns

A validation function.