Regular Expressions 101

Community Patterns

Minify HTML

0

Regular Expression
PCRE2 (PHP >=7.3)

/
<!--(.*?)-->|\s\B
/
gm

Description

  • Remove Whitespace
  • Remove Comment
Submitted by Habibi Mustafa - 3 years ago