UNPKG

typia

Version:

Superfast runtime validators with only one line

4 lines (2 loc) 147 B
export const _isFormatIri = (str: string): boolean => PATTERN.test(str); const PATTERN = /^[A-Za-z][\d+-.A-Za-z]*:[^\u0000-\u0020"<>\\^`{|}]*$/u;