Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-05-25 09:41
Flavor·PCRE (Legacy)

/
<!--([\w\W]+)-->([\w\W]*)<!--\s?\/\1-->
/
gm
Open regex in editor

Description

Get content between html comments.

<!-- block -->
My content
<!-- / block -->

<!-- empty --><!-- / empty -->

<!-- inline -->My content<!-- / inline -->
Submitted by anonymous