Qt.QRegExp Class

public class QRegExp: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QRegExp

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QRegExp() Constructor

public void QRegExp();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp(System.String, bool, bool) Constructor

public void QRegExp(System.String pattern, bool caseSensitive, bool wildcard);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp(Qt.QRegExp) Constructor

public void QRegExp(Qt.QRegExp rx);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp(System.String) Constructor

public void QRegExp(System.String pattern);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp(System.String, bool) Constructor

public void QRegExp(System.String pattern, bool caseSensitive);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp(void *) Constructor

public void QRegExp(void * ptr);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Cap(int) Method

public System.String Cap(int nth);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Cap() Method

public System.String Cap();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.CapturedTexts Method

public Qt.QStringList CapturedTexts();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.CaseSensitive Method

public bool CaseSensitive();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.ExactMatch Method

public bool ExactMatch(System.String str);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Finalize Method

protected override void Finalize();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.IsEmpty Method

public bool IsEmpty();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.IsValid Method

public bool IsValid();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Match(System.String, int, int[], bool) Method

public int Match(System.String str, int index, int[] len, bool indexIsStart);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Match(System.String) Method

public int Match(System.String str);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Match(System.String, int) Method

public int Match(System.String str, int index);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Match(System.String, int, int[]) Method

public int Match(System.String str, int index, int[] len);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.MatchedLength Method

public int MatchedLength();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Minimal Method

public bool Minimal();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Pattern Method

public System.String Pattern();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Pos(int) Method

public int Pos(int nth);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Pos() Method

public int Pos();

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Search(System.String, int) Method

public int Search(System.String str, int start);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Search(System.String) Method

public int Search(System.String str);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.SearchRev(System.String, int) Method

public int SearchRev(System.String str, int start);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.SearchRev(System.String) Method

public int SearchRev(System.String str);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.SetCaseSensitive Method

public void SetCaseSensitive(bool sensitive);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.SetMinimal Method

public void SetMinimal(bool minimal);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.SetPattern Method

public void SetPattern(System.String pattern);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.SetWildcard Method

public void SetWildcard(bool wildcard);

See Also

Qt.QRegExp Class, Qt Namespace

QRegExp.Wildcard Method

public bool Wildcard();

See Also

Qt.QRegExp Class, Qt Namespace