Re: regex to add a variable to calls

2016-09-19 Thread Thierry Douez
2016-09-17 0:13 GMT+02:00 Dr. Hawkins : I need to catch every instance of > > getVal(a,b,c) > > and change them to > > getVal(a,b,c,dbtr) > > (and similarly to find when called with one or two arguments) > > dbtr is the variable name I want to pass. > ​Here is one way to do it. *on* mouseUp *

regex to add a variable to calls

2016-09-16 Thread Dr. Hawkins
As I move to multiple open debtors, I'm having small but consistent and numerous changes. I need to catch every instance of getVal(a,b,c) and change them to getVal(a,b,c,dbtr) (and similarly to find when called with one or two arguments) a can actually be a combination of letters and number