就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 5.12.12
Qt Core
C++ 类
QRegExp
List of All Members for QRegExp
这是完整成员列表为
QRegExp
,包括继承的成员。
enum
CaretMode
enum
PatternSyntax
QRegExp
()
QRegExp
(const QString &, Qt::CaseSensitivity , QRegExp::PatternSyntax )
QRegExp
(const QRegExp &)
~QRegExp
()
cap
(int ) const : QString
captureCount
() const : int
capturedTexts
() const : QStringList
caseSensitivity
() const : Qt::CaseSensitivity
errorString
() const : QString
escape
(const QString &) : QString
exactMatch
(const QString &) const : bool
indexIn
(const QString &, int , QRegExp::CaretMode ) const : int
isEmpty
() const : bool
isMinimal
() const : bool
isValid
() const : bool
lastIndexIn
(const QString &, int , QRegExp::CaretMode ) const : int
matchedLength
() const : int
pattern
() const : QString
patternSyntax
() const : QRegExp::PatternSyntax
pos
(int ) const : int
setCaseSensitivity
(Qt::CaseSensitivity )
setMinimal
(bool )
setPattern
(const QString &)
setPatternSyntax
(QRegExp::PatternSyntax )
swap
(QRegExp &)
operator!=
(const QRegExp &) const : bool
operator=
(const QRegExp &) : QRegExp &
operator=
(QRegExp &&) : QRegExp &
operator==
(const QRegExp &) const : bool