Skip to main content
Module

x/isx/strings.ts

TypeScript-first is function collections
Go to Latest
import * as isx from "https://deno.land/x/isx@1.0.0-beta.24/strings.ts";

Functions

Whether the value is Hex color or not.

Whether the value is hostname format or not.

Whether the value is RFC 3339 date format or not. The format compliant with RFC 3339, 5.6. Internet Date/Time Format, full-date

Whether the value is RFC 3339 date time format or not. The format compliant with RFC 3339, 5.6. Internet Date/Time Format, date-time

Whether the value is RFC 3339 time format or not. The format compliant with RFC 3339, 5.6. Internet Date/Time Format, full-time

Type Aliases

Types for date format.

Types for date time format.

Types for time format.