Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-09-10 00:51
Flavor·PCRE2 (PHP)

/
<([a-z]+)(?>"[^"]*"|'[^']*'|[^\/>])*(?>>(?>(?R)|[\s\S])*?<\/\1>|\/?>)
/
g
Open regex in editor

Description

Match SGML and XML elements.

Submitted by anonymous