Tried to use different title for the question, but if you can improve the question, please do so.
Here is my regexp: f\(\s*([^,]+)\s*,\s*([^,]+)\s*\)
I'd have to apply this on a file, line by line. The line by line is OK, simple reading from file, and a loop. But how do I apply the regexp to the lines?
Thanks for all the help, and sorry for the noob question.