Hoping someone can help on this one. Have got some great information here.

I need to search a text for for the string "Read {"

When found I then need to return the two line following it.

So...... text is
Read {
inputs 0
file Q:/path/path/file.png

I can find the string "Read {"
but not sure how to return the two lines aftetr it.
Actually...