http://qs321.pair.com?node_id=342801


in reply to Re: some regex help
in thread some regex help

I think your solution might be the best approach. There shouldn't be any spaces in the variables, so \S+ should catch everything I would want. Great.