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.