Hello i have the following String :
LoopStep(i,0,m-1,1)
and i want to use regex so that i will find just the first "(" ,for example my regex code is : ([^)]*). I want to check for the 1st open paranthesis only so i don't have a problem if my code will be
LoopStep ((i,0,m-1,1)).
