Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-11-27 06:37
Flavor·Python

r"
</?[\w]+([\s|\w]+\=\"[\s|\w|\.|\@|\%|\:|\/]*\")*>
"
gm
Open regex in editor

Description

Match any HTML tags.

Submitted by anonymous