


bredx_re_match - Regular expresion matching with mex file.
function b = bredx_re_match(S, P)
Input: S String to be searched
P Regular expression pattern
Output: b Binary return value, 1 if match
This function calls a compiled mex function that use the POSIX
regex function for regular expression pattern matching.
Example:
bredx_re_match('Marcus E. Raichle', 'M.* Raichle')
Ref: man regexp
file:/usr/local/matlab-5.2/help/techdoc/apiref
See also BREDE_RE_MATCH.
$Id: bredx_re_match.m,v 1.1 2000/09/26 15:21:15 fnielsen Exp $