4#ifndef RUDIMENTS_REGEXP_H 
    5#define RUDIMENTS_REGEXP_H 
    7#include <rudiments/private/regularexpressionincludes.h> 
   93        #include <rudiments/private/regularexpression.h> 
 
Definition regularexpression.h:14
 
regularexpression(const char *pattern)
 
bool setPattern(const char *pattern)
 
bool match(const char *str, size_t length)
 
const char * getPattern()
 
const char * getSubstringEnd(int32_t index)
 
static bool match(const char *str, size_t length, const char *pattern)
 
int32_t getSubstringCount()
 
int32_t getSubstringStartOffset(int32_t index)
 
int32_t getSubstringEndOffset(int32_t index)
 
bool match(const char *str)
 
const char * getSubstringStart(int32_t index)
 
static bool match(const char *str, const char *pattern)