Hello,
I'm running some regexp's and I use $1 to get the information within the query but if for example one regexp returns nothing, but the one before it did then $1 still contains the information from the prior success... =(
I tried to do $1 = ""; but that failed with a "read only" error.
Thoughts?
I'm running some regexp's and I use $1 to get the information within the query but if for example one regexp returns nothing, but the one before it did then $1 still contains the information from the prior success... =(
I tried to do $1 = ""; but that failed with a "read only" error.
Thoughts?