Compile() | TRegularExpression | |
DEFAULT Enum 値 | TRegularExpression | |
GetCompiledPattern() const | TRegularExpression | [inline] |
GetMatch() const | TRegularExpression | [inline] |
GetNumberOfMatches(const Tstring &source, Tint pos=0) | TRegularExpression | |
GetNumberOfSubMatches() const | TRegularExpression | [inline] |
GetOption() const | TRegularExpression | [inline] |
GetPattern() const | TRegularExpression | [inline] |
GetSubMatch(Tint index, const Tstring &source, Tint pos=0) | TRegularExpression | |
GetSubMatch(const Tstring &source, Tint pos=0) | TRegularExpression | |
GetSubMatch() const | TRegularExpression | [inline] |
IgnoreCase(Tbool stat=Ttrue) | TRegularExpression | [inline] |
Index(const Tstring &source, Tint pos=0) | TRegularExpression | |
Indexes(const Tstring &source, Tint pos=0) | TRegularExpression | |
IOPTION Enum 値 | TRegularExpression | |
IsMatch(const Tstring &source, Tint pos=0) | TRegularExpression | |
MatchString(const Tstring &source, Tint pos=0) | TRegularExpression | |
MatchStrings(const Tstring &source, Tint pos=0) | TRegularExpression | |
operator!=(const Tstring &right) | TRegularExpression | |
operator=(const TRegularExpression &right) | TRegularExpression | |
operator=(const Tstring &right) | TRegularExpression | |
operator==(const Tstring &right) | TRegularExpression | |
SetOption(Tint option=DEFAULT) | TRegularExpression | [inline] |
SetPattern(const Tstring &pattern) | TRegularExpression | [inline] |
Size(const Tstring &source, Tint pos=0) | TRegularExpression | |
Sizes(const Tstring &source, Tint pos=0) | TRegularExpression | |
Split(const Tstring &source, Tint pos=0) | TRegularExpression | |
Split(const Tstring &pattern, const Tstring &source, Tint pos=0) | TRegularExpression | |
Split(const TRegularExpression ®ex, const Tstring &source, Tint pos=0) | TRegularExpression | |
Substitute(const Tstring &source, const Tstring &substr="", Tint pos=0) | TRegularExpression | |
SubstituteAll(const Tstring &source, const Tstring &substr="", Tint pos=0) | TRegularExpression | |
TRegularExpression(const Tstring &pattern, Tint option=DEFAULT) | TRegularExpression | |
TRegularExpression(Tint option=DEFAULT, const Tstring &pattern="") | TRegularExpression | |
TRegularExpression(const TRegularExpression &right) | TRegularExpression | |
~TRegularExpression() | TRegularExpression | |