πŸ“„ Regex Parser From PredictionΒΆ

processors.regex_parser_from_prediction

type: PostProcess
process_references: False
operator: 
  type: RegexParser
  regex: .+
[source]

Explanation about RegexParserΒΆ

A processor that uses regex in order to parse a string.

Read more about catalog usage here.