I want to search using a regular expression in the search bar of Papertrailapp.
When I try some thing like this
randomText \(\d\d\d
Expected result : randomText (223
Actual Result : No search found.
Any guidance on this will be appreciated. Thanks.