24 std::shared_ptr<RegExpImpl> Impl_;
26 static bool IsFast ();
29 RegExp (
const QString&, Qt::CaseSensitivity);
31 bool Matches (
const QString&)
const;
32 bool Matches (
const QByteArray&)
const;
34 QString GetPattern ()
const;
35 Qt::CaseSensitivity GetCaseSensitivity ()
const;