in reply to Re^2: Adding an Entire Class B IP Range to an Arrayin thread Adding an Entire Class B IP Range to an Array
It's what glob does. glob('{a,b}{1,2}') returns ('a1', 'a2', 'b1', 'b2'). I have other examples in my scratchpad.