Hello,
I’m trying to create a regex search, everything works fine in java regex tester Free Online Java Regular Expression Tester - FreeFormatter.com . 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.