in reply to Re: Calculating variable {n} in regex match
in thread Calculating variable {n} in regex match
i know i can merely do $i = 2, but i am wondering if it is possibly to instead not have to set/reset any variable, but instead calculate it using the ($n + 1) convention.
thanks for the use re 'debug' tip, never used that before.
|
|---|