top of page

Regex search to find the first two lines of files


You can use this Regex search to find the first two lines of text in electronic files:

\A([^\r\n]*\r\n){2}

Here we see an example of how to run this search in NotePad++. I am working with a sample set of text files saved to a folder on my C drive. See how the first two lines of the first text file are:

zebra

giraffe

In NotePad++ just go to Search . . . Find in files . Enter the Regex search in the Find what box, and select the directory. Click Find All.

As you can the results include only the first two lines of each file. The results can be selected and copied, so you can parse them in Excel or elsewhere.


Sean O'Shea has more than 20 years of experience in the litigation support field with major law firms in New York and San Francisco.   He is an ACEDS Certified eDiscovery Specialist and a Relativity Certified Administrator.

​

The views expressed in this blog are those of the owner and do not reflect the views or opinions of the owner’s employer.

​

If you have a question or comment about this blog, please make a submission using the form to the right. 

Your details were sent successfully!

© 2015 by Sean O'Shea . Proudly created with Wix.com

bottom of page