Skip to main content

All Questions

Tagged with
1 vote
1 answer
2k views

Extract text using RegEx without VBA

I have the following text, and I'd like to pull the PO number. Sometimes it starts with the words PO, sometimes it doesn't. If it doesn't, then PO number will start with either 901 or 902. PO or PO ...
David.L's user avatar
  • 13
1 vote
3 answers
2k views

Notepad ++ extract MAC addresses from text

How to extract MAC addresses from text to get a list where each line is one MAC adress only? I try to mark MAC addresses with regex, bookmark lines and delete unmarked lines but there is still too ...
Slavisa Kostic's user avatar
0 votes
0 answers
230 views

Extracting Text from HTML Files

In Windows, how would I go about parsing a folder full of HTML files and extracting all the strings between a particular tag pair? Ideally, this would all go into a CSV file, with one field for the ...
boobounder's user avatar
0 votes
2 answers
266 views

Extract One letter and three numbers from .txt files using Notepad++

I would like to extract from many .txt files a certain data in Notepad++. It has a lot of data in one file, but I only need specific... This is what looks like in a file: ©Q Ńü Vý 8 ź) €...
kiki1989sb's user avatar
1 vote
1 answer
310 views

Retrieving email address from a log file

I have a log file which contains a lot of text as shown below. Would like to extract the email address which falls between emailAddress and status strings. I am open to any option which runs on Ubuntu,...
Praveen Sripati's user avatar
0 votes
1 answer
2k views

Sed extract data from html table

With sed I can extract data from an HTML file? For example like this: <html> ... <table> <tr> <td>R1A</td><td>R1B</td> <td>R1C</td><td>...
Sebtm's user avatar
  • 423