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.
|