Is there a way to optionally match a wildcard field in butler?
For example, my trello card can contain comments of a certain format: "field1: value1, field2: value2" but it can also be empty: "field1: , field2: value2".
I want to pattern match the fields to populate customised fields and handle cases that it's empty.