libhl/source/regex.h

7 lines
189 B
C
Raw Normal View History

2023-08-19 18:49:10 -04:00
#include "chad.h"
#include <ctype.h>
extern bool is_case_on;
2023-08-21 14:07:39 -04:00
extern int regex_match(const char * const pattern, const char * const string, const int string_offset, int * match_offset_);