contains class for pattern matching with regular expressions More...
#include <vcl_string.h>
#include <vcl_cstddef.h>
Go to the source code of this file.
Classes | |
class | vul_reg_exp |
Pattern matching with regular expressions. More... | |
Variables | |
const int | vul_reg_exp_nsubexp = 10 |
contains class for pattern matching with regular expressions
Modifications PDA (Manchester) 21/03/2001: Tidied up the documentation Peter Vanroose 27/05/2001: Corrected the documentation Peter Vanroose 07/02/2002: brief doxygen comment placed on single line Peter Vanroose 13/06/2002: bug fix: crash in match() when startp==endp==0 Ian Scott 08/06/2003: Add protect(char) function
Original Copyright notice: Copyright (C) 1991 Texas Instruments Incorporated.
Permission is granted to any individual or institution to use, copy, modify, and distribute this software, provided that this complete copyright and permission notice is maintained, intact, in all copies and supporting documentation.
Texas Instruments Incorporated provides this software "as is" without express or implied warranty.
Definition in file vul_reg_exp.h.
const int vul_reg_exp_nsubexp = 10 |
Definition at line 32 of file vul_reg_exp.h.