regex-foreach
Loop over simple regex matches.
Example
var regexForEach = ;;// Outputs:// hello 0// hello 17;// Outputs:// e, 10// ey 14;// Outputs:// e, 10;// Outputs:// [ 'l,d', 'l', 'd', index: 2, input: 'l l,d l l,d l' ]// [ 'l,d', 'l', 'd', index: 8, input: 'l l,d l l,d l' ]