Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/etag_parser/validate.ts>isEtagcFormat

HTTP ETag header field parser
Latest
function isEtagcFormat
import { isEtagcFormat } from "https://deno.land/x/etag_parser@1.1.0/validate.ts";

Whether the input is <etagc> format or not.

Parameters

input: string

Any string

Returns

boolean