SYNOPSIS
	string *regexp(string *list, string pattern)

DESCRIPTION
	This function takes an array <list> of strings and returns a new
	array of the strings that matched <pattern>.

SEE ALSO
	sscanf(E)
