UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

10 lines (7 loc) 259 B
'use strict'; module.exports = function hslRegex(options) { options = options || {}; return options.exact ? /^hsl\(\s*(\d+)\s*,\s*(\d*(?:\.\d+)?%)\s*,\s*(\d*(?:\.\d+)?%)\)$/ : /hsl\(\s*(\d+)\s*,\s*(\d*(?:\.\d+)?%)\s*,\s*(\d*(?:\.\d+)?%)\)/ig; }