|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
A collection of commonly used Regular expressions. More...
#include <regexs.h>
Static Public Attributes | |
| static const std::string | FloatingPt |
| floating point number More... | |
| static const std::string | Integer |
| integer More... | |
| static const std::string | HexInt |
| hexadecimal integer More... | |
| static const std::string | Variable |
| variable names in a program More... | |
| static const std::string | Newline |
| newline (windows as well as unix) More... | |
| static const std::string | DQuotedStr |
| double-quoted string More... | |
| static const std::string | Whitespace |
| all whitespace chars More... | |
| static const std::string | DateTime |
| date/time regex More... | |
A collection of commonly used Regular expressions.
|
static |
date/time regex
|
static |
double-quoted string
|
static |
floating point number
|
static |
hexadecimal integer
|
static |
integer
|
static |
newline (windows as well as unix)
|
static |
variable names in a program
|
static |
all whitespace chars
1.8.17