Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-10 13:26
Flavor·ECMAScript (JavaScript)

/
(?=<!--)([\s\S]*?)-->
/
gmi
Open regex in editor

Description

Find the Comment text in html to remove from html

Submitted by anonymous