Alright, I\'ve read the tutorials and scrambled my head too much to be able to see clearly now.
I\'m trying to capture parameters and their type info from a function
the page you referenced mentioned using ?:
for non-capture, then surrounding the repeating capture in its own group. i am guessing they are suggesting something like this function\(((?:(\/\*(?
i like to use http://gskinner.com/RegExr/ to test my expressions, but it won't show repeated captures. You may have to loop through the results in whatever return structure you get back to see the values in other non-.NET languages.
sorry i couldn't test more thuroughly...