I want to write a RegEx to pull out all the variable values and their names from the variable declaration statement. Say i have
int i,k = 10,l=0
i want to wr
Here is some useful information which you can use
http://compsci.ca/v3/viewtopic.php?t=6712