NAME
	regexp - filter an array through a regexp

SYNTAX
	#include <simulate.h>

	string *regexp(string *arr, string reg);

DESCRIPTION
	Return those strings in arr that matches the regexp in reg.

KEYWORDS
	string

SEE ALSO
	regexp/regexp
