Regex for multi line search that should select text "abc" which comes before the text "xyz" and should not select anything except "abc"
suppose if the text is as below,
aaaabbbb
abc
abc
lmn xyz
the regex should match only the text abc in 3rd line just above last line