Regular Expressions 101

Community Patterns

Abbvie - Get User Extension and UserName

0

Regular Expression
PCRE (PHP <7.3)

/
<extension>([^<]*?)<\/extension>[\s\S]*?<userName>([^<]*?)<\/userName>
/
gm

Description

no description available

Submitted by anonymous - 5 years ago