UNPKG

frontity

Version:

Frontity cli and entry point to other packages

7 lines (6 loc) 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function containsHTMLEntities(text) { return /&(#(([0-9]+)|x([a-fA-F0-9]+))|[a-zA-Z]+)(;|\s)/.test(text); } exports.default = containsHTMLEntities;