79457265

Date: 2025-02-21 11:43:18
Score: 2.5
Natty:
Report link

As the saying goes: "i used regex to solve my problem, now i have two problems"

but have you considered using regex to extract the specific fields you want?

^(\S+)\s+(WLAN\s+\d+)\s+(\S+)\s+(Infinity|(?:\d+ Days\s+\d+ hrs\s+\d+ mins\s+\d+ secs))\s+(.+)$

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: JP85