public class QRegExp: QtSupport, System.IDisposable
System.Object
QtSupport
QRegExpThis type implements System.IDisposable.
Qt Namespace
QRegExp Constructors
QRegExp() Constructor
QRegExp(System.String, bool, bool) Constructor
QRegExp(Qt.QRegExp) Constructor
QRegExp(System.String) Constructor
QRegExp(System.String, bool) Constructor
QRegExp(void *) Constructor
QRegExp Methods
QRegExp.Cap(int) Method
QRegExp.Cap() Method
QRegExp.CapturedTexts Method
QRegExp.CaseSensitive Method
QRegExp.ExactMatch Method
QRegExp.Finalize Method
QRegExp.IsEmpty Method
QRegExp.IsValid Method
QRegExp.Match(System.String, int, int[], bool) Method
QRegExp.Match(System.String) Method
QRegExp.Match(System.String, int) Method
QRegExp.Match(System.String, int, int[]) Method
QRegExp.MatchedLength Method
QRegExp.Minimal Method
QRegExp.Pattern Method
QRegExp.Pos(int) Method
QRegExp.Pos() Method
QRegExp.Search(System.String, int) Method
QRegExp.Search(System.String) Method
QRegExp.SearchRev(System.String, int) Method
QRegExp.SearchRev(System.String) Method
QRegExp.SetCaseSensitive Method
QRegExp.SetMinimal Method
QRegExp.SetPattern Method
QRegExp.SetWildcard Method
QRegExp.Wildcard Method
public void QRegExp();
Qt.QRegExp Class, Qt Namespace
public void QRegExp(System.String pattern, bool caseSensitive, bool wildcard);
Qt.QRegExp Class, Qt Namespace
public void QRegExp(Qt.QRegExp rx);
Qt.QRegExp Class, Qt Namespace
public void QRegExp(System.String pattern);
Qt.QRegExp Class, Qt Namespace
public void QRegExp(System.String pattern, bool caseSensitive);
Qt.QRegExp Class, Qt Namespace
public void QRegExp(void * ptr);
Qt.QRegExp Class, Qt Namespace
public System.String Cap(int nth);
Qt.QRegExp Class, Qt Namespace
public System.String Cap();
Qt.QRegExp Class, Qt Namespace
public Qt.QStringList CapturedTexts();
Qt.QRegExp Class, Qt Namespace
public bool CaseSensitive();
Qt.QRegExp Class, Qt Namespace
public bool ExactMatch(System.String str);
Qt.QRegExp Class, Qt Namespace
protected override void Finalize();
Qt.QRegExp Class, Qt Namespace
public bool IsEmpty();
Qt.QRegExp Class, Qt Namespace
public bool IsValid();
Qt.QRegExp Class, Qt Namespace
public int Match(System.String str, int index, int[] len, bool indexIsStart);
Qt.QRegExp Class, Qt Namespace
public int Match(System.String str);
Qt.QRegExp Class, Qt Namespace
public int Match(System.String str, int index);
Qt.QRegExp Class, Qt Namespace
public int Match(System.String str, int index, int[] len);
Qt.QRegExp Class, Qt Namespace
public int MatchedLength();
Qt.QRegExp Class, Qt Namespace
public bool Minimal();
Qt.QRegExp Class, Qt Namespace
public System.String Pattern();
Qt.QRegExp Class, Qt Namespace
public int Pos(int nth);
Qt.QRegExp Class, Qt Namespace
public int Pos();
Qt.QRegExp Class, Qt Namespace
public int Search(System.String str, int start);
Qt.QRegExp Class, Qt Namespace
public int Search(System.String str);
Qt.QRegExp Class, Qt Namespace
public int SearchRev(System.String str, int start);
Qt.QRegExp Class, Qt Namespace
public int SearchRev(System.String str);
Qt.QRegExp Class, Qt Namespace
public void SetCaseSensitive(bool sensitive);
Qt.QRegExp Class, Qt Namespace
public void SetMinimal(bool minimal);
Qt.QRegExp Class, Qt Namespace
public void SetPattern(System.String pattern);
Qt.QRegExp Class, Qt Namespace
public void SetWildcard(bool wildcard);
Qt.QRegExp Class, Qt Namespace
public bool Wildcard();
Qt.QRegExp Class, Qt Namespace