21#include "tdelibs_export.h"
60class TDECORE_EXPORT TDE_DEPRECATED
KRegExp
75 KRegExp(
const char *_pattern,
const char *_mode =
"" );
85 bool compile(
const char *_pattern,
const char *_mode =
"" );
92 bool match(
const char *_string );
106 const char *group(
int _grp );
114 int groupStart(
int _grp );
122 int groupEnd(
int _grp );
Used internally by KRegExp.