I'm reading in a file(code structure) line by line and I need to come up with a pattern match for a line:
indirect( field("VARIABLE") field("VARIBLE") etc etc etc )
I need to get the first field and the first variable only.
I have tried ^ or /o and i think I'm doing it wrong.
any suggestions ??
thanks
indirect( field("VARIABLE") field("VARIBLE") etc etc etc )
I need to get the first field and the first variable only.
I have tried ^ or /o and i think I'm doing it wrong.
any suggestions ??
thanks