in reply to Re: Regex During Map Function
in thread Regex During Map Function

That's true, but it'd require declaring the $var before the map. I was hoping to do it without the additional variable declaration outside the map function. It'd probably be more efficient to do it outside, though. The real hope was to apply it to the join result, rather than creating a variable at all.

Thank you


Demize