I basically have a txt file listing all job definitions. I'd like to figure out which of these jobs use global variables which are always in the format of (v(someText). Is it possible using regex to match the variable, then match the preceding jobname? In this example I was hoping to match vaiable1 and variable2 with jobnameB (ideally in two matches with capture groups)I basically have a txt file listing all job def