I am trying to find an example of a certain regular expression on the Net but cant seem to find an example.
I understand that there is a method of capturing matched cases using $1,$2, $3 etc
What is the reg ex syntax to capture the "99" bit of the string and put it in $1, so that...