I have some input, let’s say:
gibberishMATCHgibberishMATCHothergibberishMATCH
I have a parser for MATCH
which works but I need a way to combine this so that I can parse a big string like above with inputs that can be anything and gives me a vector that contains every result of MATCH
.
What’s the way to do this?