Hello,
I’m trying to create a regex search, everything works fine in java regex tester https://www.freeformatter.com/java-regex-tester.html#ad-output . The example:
log:FOO_BAR=[12222444], blah blah blah
search
log:/FOO_BAR=\[1[2-5]{4}[0-9]{3}\]/
The search result is empty. This seems to work until I add “=” sign, searching with numbers and escaped brackets not working too.