Regular Expressions 101

Community Patterns

Removing an XML Nodes namespace prefix from a XML string wit

9

Regular Expression
PCRE (PHP <7.3)

/
<(\/?)\w+:(\w+\/?) ?(\w+:\w+.*)?>
/
g

Description

no description available

Submitted by anonymous - 10 years ago