UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (3 loc) 178 B
export const _isFormatIpv4 = (str: string): boolean => PATTERN.test(str); const PATTERN = /^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/;