Regular Expressions 101

Community Patterns

1

match "baseip/cidr"

PCRE2 (PHP >=7.3)
match "baseip/cidr"
Submitted by Erik - 2 days ago

string substitution in bash behaving differently from PCRE(PHP<7.3>

1

Regular Expression
PCRE (PHP <7.3)

/
^(.*)_(\d{1,3}$)
/
gm

Description

Loading markdown...
Submitted by anonymous - 4 months ago