grblHAL core  20240704
regex.c File Reference
#include "regex.h"

Functions

int match (char *regexp, char *text)
 
int matchhere (char *regexp, char *text)
 
int matchstar (int c, char *regexp, char *text)
 

Function Documentation

◆ match()

int match ( char *  regexp,
char *  text 
)

◆ matchhere()

int matchhere ( char *  regexp,
char *  text 
)

◆ matchstar()

int matchstar ( int  c,
char *  regexp,
char *  text 
)