Sam Giraffe wrote:
> I need some help in expanding a hostrange as in: h[1-100].domain.com
> should get expanded into a list containing h1.domain.com to
> h100.domain.com. Is there a library that can do this for me? I also need
> to valid the range before I expand it, i.e., h[1*100].domain.com shou
On Fri, Sep 27, 2013 at 11:32 AM, Sam Giraffe wrote:
> Hi,
>
> I need some help in expanding a hostrange as in: h[1-100].domain.comshould
> get expanded into a list containing
> h1.domain.com to h100.domain.com. Is there a library that can do this for
> me? I also need to valid the range before