in reply to Re: putting regex results into an array. (boo)
in thread regex probs.

One thing I missed the first look, you need to escape the "@template" in the string like this "\@template" else your string, and hence the first element of @template will not have "@template".

apprentice
  • Comment on Re: Re: putting regex results into an array. (boo)