Remix
Remix
remix/data-schema/checks · FunctionView Source

email

Summary

Require a string to be a valid email address.

Signature

function email(): Check<string>;

Returns

A Check that validates email-like strings