Regular Expressions 101

Community Patterns

1

test

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

regex

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

-

ECMAScript (JavaScript)
hjk
Submitted by hjk - 8 years ago
15

IPv4

PCRE (PHP <7.3)
no description available
Submitted by robwa - 8 years ago
1

test

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

Validate hex color

4

Regular Expression
PCRE (PHP <7.3)

/
^#?([0-9a-f]{6}|[0-9a-f]{3})$
/
i

Description

Loading markdown...
Submitted by Nathaniel Blackburn - 8 years ago