Use Regular Expression in Notepad++:
Regex-01: /(?<=^G379)(.*)F(.*)/gm
/(?<=^G379)(.*)F(.*)/gm
Regex-02: ^(G379.*)F(.*)
^(G379.*)F(.*)