Tried to use a different title for the question, but if you can improve the question, do it.
Here is my regular expression: f\(\s*([^,]+)\s*,\s*([^,]+)\s*\)
I would have to apply this in a file, line by line. Line by line in order, simple reading from file and loop. But how to apply regex to strings?
Thanks for the help and sorry for the noob question.
Shiki
source share