Regular Expressions 101

Community Patterns

xml tag pair detector (no attributes)

0

Regular Expression
ECMAScript (JavaScript)

/
<([^\s]+)>(.*)<\/\1>
/

Description

no description available

Submitted by anonymous - 6 years ago