Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-17 10:08
Flavor·PCRE2 (PHP)

/
^[A-Za-z0-9]{1,4}\:[A-Za-z0-9]{1,4}\:
/
gm
Open regex in editor

Description

address validation from the first two segments of an IPv6 address

Submitted by @unblog