In a pattern matching expression, what is the function of the <*> syntax?

A.
to match any string of zero or more arbitrary characters
B.
to match a sequence of one or more separator characters
C.
to match any string that contains no separator characters
D.
to match a sequence of one or more digits