API Documentation
Loading...
Searching...
No Matches
StringValidator Class Reference

#include <StringValidator.h>

Static Public Member Functions

static bool checkRegex (const String &string, const String &regex, uint04 start_index=0, uint04 end_index=Constant< uint04 >::NaN, uint04 max_size=256)
 
template<class t_type >
static bool isValid (const String &string)
 
template<class t_type >
static bool isValid (const char *string)
 
static bool isValid (const String &string, const TypeInfo &type)
 
static bool isValid (const char *string, const TypeInfo &type)
 
template<class t_type >
static const char * regex ()
 
static const char * regex (const TypeInfo &type)
 

Member Function Documentation

◆ checkRegex()

bool checkRegex ( const String & string,
const String & regex,
uint04 start_index = 0,
uint04 end_index = Constant<uint04>::NaN,
uint04 max_size = 256 )
static

◆ isValid() [1/4]

template<class t_type >
static bool isValid ( const char * string)
inlinestatic

◆ isValid() [2/4]

static bool isValid ( const char * string,
const TypeInfo & type )
inlinestatic

◆ isValid() [3/4]

template<class t_type >
static bool isValid ( const String & string)
inlinestatic

◆ isValid() [4/4]

static bool isValid ( const String & string,
const TypeInfo & type )
inlinestatic

◆ regex() [1/2]

template<class t_type >
static const char * regex ( )
inlinestatic

◆ regex() [2/2]

const char * regex ( const TypeInfo & type)
static

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