teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Static Public Attributes | List of all members
teditor::parser::Regexs Struct Reference

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...
 

Detailed Description

A collection of commonly used Regular expressions.

Member Data Documentation

◆ DateTime

const std::string teditor::parser::Regexs::DateTime
static

date/time regex

◆ DQuotedStr

const std::string teditor::parser::Regexs::DQuotedStr
static

double-quoted string

◆ FloatingPt

const std::string teditor::parser::Regexs::FloatingPt
static

floating point number

◆ HexInt

const std::string teditor::parser::Regexs::HexInt
static

hexadecimal integer

◆ Integer

const std::string teditor::parser::Regexs::Integer
static

integer

◆ Newline

const std::string teditor::parser::Regexs::Newline
static

newline (windows as well as unix)

◆ Variable

const std::string teditor::parser::Regexs::Variable
static

variable names in a program

◆ Whitespace

const std::string teditor::parser::Regexs::Whitespace
static

all whitespace chars


The documentation for this struct was generated from the following files: