Community Patterns

Community Library Entry

-1

Regular Expression
Created·2022-10-30 06:44
Updated·2022-10-30 06:45
Flavor·PCRE2 (PHP)

/
([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}
/
gm
Open regex in editor

Description

Short form validation of an IP6 address Less complex than other examples I have seen around

Submitted by anonymous