Pattern matching

The pattern matching functionality allows users to identify particular pieces of information in a document. This is implemented by using Regular Expressions (RegEx) that will try match content.

Note: Pattern matching and Detectors use different regex syntax. Pattern matching uses Golang whereas Detectors use the Apache Lucene format.