API Documentation
|
Logic for validating a string given a specific regex. More...
#include <StringValidator.h>
Static Public Member Functions | |
static bool | checkRegex (const String &string, const String ®ex, uint04 start_index=0, uint04 end_index=Constant< uint04 >::Invalid, uint04 max_size=256) |
template<class t_type > | |
static bool | isValid (const char *string) |
static bool | isValid (const char *string, const TypeInfo &type) |
template<class t_type > | |
static bool | isValid (const String &string) |
static bool | isValid (const String &string, const TypeInfo &type) |
template<class t_type > | |
static const char * | regex () |
static const char * | regex (const TypeInfo &type) |
Logic for validating a string given a specific regex.
|
static |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |