I've been trying for hours to add a column of text (from a global variable) after a 2 line pattern but can't seem to find a way to do it!
I have the following pattern:
Code: Select all
sometext=sometext
{
<want to insert here>
Restrict to lines matching [sometext=sometext]
+--Insert column 0 [@testVariable]
This results in:
Code: Select all
sometext=sometext
<inserted text>
Any help would be appreciated!
Thanks - PJay