I need a method to search within the text I have selected. More specifically within columns.
Example I need to search for XY in the following text
01234 [position]
------------
ASSDF
WERFS
XYEXY
AERED
DVPXY
------------
I put the editor into column mode and select the last two columns. I would like to find both instances of XY in position 3 and 4, but not XY in position 0 and 1.
Example I need to search for XY in the following text
01234 [position]
------------
ASSDF
WERFS
XYEXY
AERED
DVPXY
------------
I put the editor into column mode and select the last two columns. I would like to find both instances of XY in position 3 and 4, but not XY in position 0 and 1.