79565102

Date: 2025-04-09 18:44:55
Score: 0.5
Natty:
Report link

Try the eq operator with the \Q...\E wrapping your string literal:

IPAddress eq \Q192.168.10.12\E
Escape Sequences
\Q...\E literal text ... even if ... has punctuation

See more on their RE2 Syntax guide for regular expression grammar

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