Hi, Say that we're looking through several files for a string, say last_name = 'Smith' We want to return not only the line with the string, but also the next 3 lines (Windows carriage returns/line feeds). Is that possible?