Regular Expressions 101

Community Patterns

remove all html tags, even < and > on different lines

0

Regular Expression
ECMAScript (JavaScript)

/
<[^>]*>?|[^<]*>
/
gm

Description

no description available

Submitted by anonymous - 4 years ago