What's the easiest way to anchor a search to the beginning of the document?
For example, if the document is this:
-----------------------------------------------
Test A
Test B
Test A
Test B
Test A
Test B
-----------------------------------------------
... and let me temporarily use "^t" to represent the top of the document, I'd like to do a search for "^tTest A", which would only find the "Test A" text at the very beginning, but none of the others.
How would I do this?
For example, if the document is this:
-----------------------------------------------
Test A
Test B
Test A
Test B
Test A
Test B
-----------------------------------------------
... and let me temporarily use "^t" to represent the top of the document, I'd like to do a search for "^tTest A", which would only find the "Test A" text at the very beginning, but none of the others.
How would I do this?