Function
Arg | Description | Type |
---|---|---|
string | A string to parse. | string (required) |
regex | The regex to apply. | list of string (required) |
Parse a string with a set of regex and extract fields. Returns a dict with fields populated from all regex capture variables.