37 #include <tdemacros.h>
85 bool caseSensitive = TRUE,
86 bool wildcard = FALSE )
87 : TQRegExp( pattern, caseSensitive, wildcard ) {}
91 : TQRegExp( (TQRegExp)rx ) {}
108 TQString replace( const TQString & str,
109 const TQString & replacementStr,
110 int start=0, bool global=TRUE );
A TQRegExp (TQt3.x) with a replace() method.
|