Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-10-26 21:29
Flavor·Python

r"
<.*?>|&.*?;|\\n|\\xa0
"
gm
Open regex in editor

Description

Remove HTML tags and comments

Submitted by Smit Patel