79689363

Date: 2025-07-03 19:22:16
Score: 0.5
Natty:
Report link

You should consider to use \w+@\w+ instead of (server@server|root@server) for the blue one.

\w+ Matches any letter, digit or underscore one or more times.

And for the green one simply :~\$. You have to escape the $ sign, because otherwise it would match the end of line/string.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: burnie