UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

13 lines (11 loc) 198 B
'use strict'; function getRegNonCapturing(src, opt) { if (src.length > 1) { src = '(?:' + src + ')'; } if (opt) { src += '?'; } return src; } module.exports = getRegNonCapturing;