Classes | Variables
vul_reg_exp.h File Reference

contains class for pattern matching with regular expressions More...

#include <string>
#include <cstddef>

Go to the source code of this file.

Classes

class  vul_reg_exp
 Pattern matching with regular expressions. More...
 

Variables

constexpr int vul_reg_exp_nsubexp = 10
 

Detailed Description

contains class for pattern matching with regular expressions

Author
Texas Instruments Incorporated.
 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.

Variable Documentation

◆ vul_reg_exp_nsubexp

constexpr int vul_reg_exp_nsubexp = 10

Definition at line 35 of file vul_reg_exp.h.