Improved
Support for Regex in string filters
 over 2 years ago by Sebastian Wallin
Today we're happy to announce a much asked for feature: the support for Regex in string filters. Being able to search data by Regex opens up endless possibilities of finding those needles in the haystack. For example:
- Pinpointing specific patterns in UserAgent strings, e.g. Win(32|64); x64
- Searching for a range of IPs, e.g. ^80.80.64.[1,2,3,4]
- Matching a string that is of a specific length, e.g. ^.{10}$
 [block:image]
 {
 "images": [
 {
 "image": [
 "https://files.readme.io/9fb6afe-bild.png",
 null,
 null
 ][ "https://files.readme.io/9fb6afe-bild.png", null, null ],
 "align": "center",
 "sizing": "75% ",
 "caption": "Regex match now available for string filters"
 }
 ]
 }
 [/block]
 Read more on how to Explore data in Castle