UNPKG

html-comment-regex

Version:

Regular expression for matching HTML comments

3 lines (2 loc) 53 B
'use strict'; module.exports = /<!--([\s\S]*?)-->/g;