UNPKG

frontity

Version:

Frontity cli and entry point to other packages

6 lines (4 loc) 156 B
function containsHTMLEntities(text: string) { return /&(#(([0-9]+)|x([a-fA-F0-9]+))|[a-zA-Z]+)(;|\s)/.test(text); } export default containsHTMLEntities;