* Given a group of RegExps, returns a RegExp that globally * matches the union of the sets of strings matched by the input RegExp. * Since it matches globally, if the input strings have a start-of-input * anchor (/^.../), it is ignored for the purposes of unioning. * @par
(regexs)
source not stored for this graph (policy: none)
no test coverage detected