Regular Expressions 101

Community Patterns

0

Kendala

PCRE2 (PHP >=7.3)
kendala
Submitted by rey - a year ago

Attribute value within XML tag with LAZY tag

0

Regular Expression
PCRE (PHP <7.3)

/
(?<name><XMLname\s*.*?ipcode\s*=")(?<value>[^"]*)(?:")
/
gm

Description

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