Regular Expressions 101

Community Patterns

0

Barcode Regex

PCRE2 (PHP >=7.3)
Barcode Regex
Submitted by anonymous - a year ago
0

optional

PCRE2 (PHP >=7.3)
optional
Submitted by anonymous - a year ago
0

ASD

PCRE (PHP <7.3)
HI
Submitted by anonymous - a year ago

RGB colors

1

Regular Expression
PCRE (PHP <7.3)

/
#([a-fA-F0-9]{3})([a-fA-F0-9]{3})?(?=\W?)
/
g

Description

Loading markdown...
Submitted by Gabriel Hautclocq - 8 years ago