UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

7 lines (5 loc) 114 B
'use strict'; function allCharsReg(src) { return RegExp('[' + src + ']', 'g'); } module.exports = allCharsReg;