parse_string_with_regex

Function

ArgDescriptionType
stringA string to parse.string (required)
regexThe regex to apply.list of string (required)

Description

Parse a string with a set of regex and extract fields. Returns a dict with fields populated from all regex capture variables.