Make a parser that joins characters/strings from all provided parsers into a single string.
Nonmatch is returned if any of parsers didn't match.
Parsers sequence. Each parser can return a string or an array of strings.
Make a parser that joins characters/strings from all provided parsers into a single string.
Nonmatch is returned if any of parsers didn't match.