79784573

Date: 2025-10-07 13:11:12
Score: 2.5
Natty:
Report link

Just for the fun of it, I found another way:

Example, extracts only the first argument and value:

value=$(echo $QUERY_STRING | cut -d= -f1)

argument=$(echo $QUERY_STRING | cut -d= -f2)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Backyardboy