Regular Expressions 101

Community Patterns

Remove namespaces

-2

Regular Expression
PCRE (PHP <7.3)

/
( xmlns:?[^=]*=[""][^""]*[""])
/
g

Description

no description available

Submitted by anonymous - 10 years ago