Community Patterns

Community Library Entry

0

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

r"
<.*?>|&.*?;|\\n|\\xa0|(https|http)://.*?\"
"
gm
Open regex in editor

Description

Remove HTML comments, tags, links, character codes, \xa0

Submitted by Smit Patel