Try the eq operator with the \Q...\E wrapping your string literal:
eq
\Q...\E
IPAddress eq \Q192.168.10.12\E
...
See more on their RE2 Syntax guide for regular expression grammar