lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	regexp - match an array of strings against a regular expression

SYNTAX
	string *regexp(string *strs,regular_expression reg);

DESCRIPTION
	Return an array of all in strs strings that matched the regular
	expression reg. For more information about regular expression
	see your unix manuals or the infopages in your emacs.

NOTA BENE
	Regular expressions uses a kind of compilation, therefor it is
	MUCH faster to match an array like this than to match one per
	call.

SEE ALSO
	sscanf