79400703

Date: 2025-01-30 17:23:23
Score: 1.5
Natty:
Report link

Use Regular Expression in Notepad++:

Regex-01: /(?<=^G379)(.*)F(.*)/gm

enter image description here

Regex-02: ^(G379.*)F(.*)

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: ArtBindu