Link Search Menu Expand Document

matchRe overview

Added in v0.0.1


Table of contents


Validators

validateMatchRe

validate string with regex

Signature

export declare const validateMatchRe: <E>(re: RegExp, e: E) => <A>(a: A) => Either<E, unknown extends A ? any : A>

Added in v0.0.1