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

Find exact domain name match

1

Regular Expression
PCRE (PHP <7.3)

/
(?<=\||\A|\n)(dev\.test\.com)(?=\||Z|\n)
/
g

Description

Loading markdown...
Submitted by anonymous - 8 years ago