πŸ“„ Regex Parser From PredictionΒΆ

Note

ID: processors.regex_parser_from_prediction | Type: PostProcess

{
    "__type__": "post_process",
    "operator": {
        "__type__": "regex_parser",
        "regex": ".+"
    },
    "process_references": false
}

Explanation about RegexParserΒΆ

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

Read more about catalog usage here.