QRegExp

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(const(QString) pattern, qt.core.namespace.CaseSensitivity cs, PatternSyntax syntax)
Undocumented in source.
this
this(const(QRegExp) rx)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Enums

CaretMode
enum CaretMode
Undocumented in source.
PatternSyntax
enum PatternSyntax
Undocumented in source.

Functions

cap
QString cap(int nth)
Undocumented in source.
cap
QString cap(int nth)
Undocumented in source.
captureCount
int captureCount()
Undocumented in source.
capturedTexts
QStringList capturedTexts()
Undocumented in source.
capturedTexts
QStringList capturedTexts()
Undocumented in source.
caseSensitivity
qt.core.namespace.CaseSensitivity caseSensitivity()
Undocumented in source.
errorString
QString errorString()
Undocumented in source.
errorString
QString errorString()
Undocumented in source.
exactMatch
bool exactMatch(const(QString) str)
Undocumented in source.
indexIn
int indexIn(const(QString) str, int offset, CaretMode caretMode)
Undocumented in source.
isEmpty
bool isEmpty()
Undocumented in source.
isMinimal
bool isMinimal()
Undocumented in source.
isValid
bool isValid()
Undocumented in source.
lastIndexIn
int lastIndexIn(const(QString) str, int offset, CaretMode caretMode)
Undocumented in source.
matchedLength
int matchedLength()
Undocumented in source.
pattern
QString pattern()
Undocumented in source.
patternSyntax
PatternSyntax patternSyntax()
Undocumented in source.
pos
int pos(int nth)
Undocumented in source.
pos
int pos(int nth)
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setCaseSensitivity
void setCaseSensitivity(qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
setMinimal
void setMinimal(bool minimal)
Undocumented in source.
setPattern
void setPattern(const(QString) pattern)
Undocumented in source.
setPatternSyntax
void setPatternSyntax(PatternSyntax syntax)
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
escape
QString escape(const(QString) str)
Undocumented in source.

Meta