Regular Expressions 101

Community Patterns

5

ipv6

PCRE (PHP <7.3)
Match an ipv6 address
Submitted by Frusty - 8 years ago
9

only numbers

PCRE (PHP <7.3)
A string with only numbers in
Submitted by Gotts - 8 years ago

Alphanumeric and Spaces

8

Regular Expression
PCRE (PHP <7.3)

/
^[a-z\d\-_\s]+$
/
i

Description

Loading markdown...
Submitted by JTN - 8 years ago
(Last modified 4 months ago)