I am trying to find a document for data in a specific column. I am trying to use:
^.{x}[data to find]
where x is the number of columns I want - 1.
I'm not sure if I am doing something wrong, or if my regex mechanism does not support this syntax. I am trying to use Notepad ++ if this is useful.
source
share