Home > brede > bredx_re_match.m

bredx_re_match

PURPOSE ^

bredx_re_match - Regular expresion matching with mex file.

SYNOPSIS ^

function b = bredx_re_match(S, P)

DESCRIPTION ^

 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 $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Nov-2009 18:11:22 by m2html © 2005