18 #ifndef __kreg_private_h__
19 #define __kreg_private_h__
40 bool compile(
const char *_pattern,
const char *_mode =
"" );
42 bool match(
const char *_string );
43 const char *group(
int _grp );
44 int groupStart(
int _grp );
45 int groupEnd(
int _grp );
49 regmatch_t m_matches[ 10 ];
50 char* m_strMatches[10];
Used internally by KRegExp.