Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RegexValidation

import type { RegexValidation } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Validation based on regular expressions.

interface RegexValidation {
regexes?: string[];
}

§Properties

§
regexes?: string[]
[src]

Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).