TreeFrogFramework: src/tformvalidator.cpp File Reference

#include "tsystemglobal.h"
#include <QDateTime>
#include <QLocale>
#include <QUrl>
#include <TFormValidator>
#include <TWebApplication>

Macros

#define ATOM   "[a-zA-Z0-9_!#\\$\\%&'*+/=?\\^`{}~|\\-]+"
 
#define DOT_ATOM   ATOM "(?:\\." ATOM ")*"
 
#define QUOTED   "\\\"(?:[\\x20\\x23-\\x5b\\x5d-\\x7e]|\\\\[\\x20-\\x7e])*\\\""
 
#define LOCAL   "(?:" DOT_ATOM "|" QUOTED ")"
 
#define ADDR_SPEC   LOCAL "@" DOT_ATOM
 

◆ ADDR_SPEC

◆ ATOM

#define ATOM   "[a-zA-Z0-9_!#\\$\\%&'*+/=?\\^`{}~|\\-]+"

◆ DOT_ATOM

#define DOT_ATOM   ATOM "(?:\\." ATOM ")*"

◆ LOCAL

◆ QUOTED

#define QUOTED   "\\\"(?:[\\x20\\x23-\\x5b\\x5d-\\x7e]|\\\\[\\x20-\\x7e])*\\\""