Community Patterns

Community Library Entry

-2

Regular Expression
Created·2015-08-05 11:26
Flavor·PCRE (Legacy)

/
^\s*(?:<\?xml[^>]+>)?\s*<([^>]+?)>[\s\S]+?<\/\1>\s*?$
/
Open regex in editor

Description

Can be used as a basic validator to ensure that XML has only a single root element

Submitted by Jerome Wilson