in reply to Regular expression to match an A=B type string needs help in storing matched parts of string
That's a pretty dumbed-down explanation, but as you can see, $1 gets defined and redefined over and over again.1: PAREN1 2: MATCH \w OR GOTO 5 3: CLOSE1 4: GOTO 1 5: DONE
|
|---|