GTAdhocAPI
Gran Turismo (6) Adhoc API Documentation
|
Built-in type that represents a regular expression. More...
Public Member Functions | |
Regexp () | |
constructor taking no param More... | |
Regexp (String str) | |
Compiles a regexp from the specified string. More... | |
operator_call () | |
Bool | compile (String input) |
Compiles the input string for the current Regular expression. More... | |
Bool | match (String input) |
Returns whether the input string matches the regexp. More... | |
Array | getMatch (Int index) |
String | getMatchString () |
Int | getMatchCount () |
Bool | isValid () |
Public Attributes | |
Int | size |
Getter only. Returns the size of the regexp. More... | |
Built-in type that represents a regular expression.
Definition at line 4 of file Regexp.cpp.
|
inline |
constructor taking no param
Definition at line 9 of file Regexp.cpp.
|
inline |
Compiles a regexp from the specified string.
Definition at line 12 of file Regexp.cpp.
Compiles the input string for the current Regular expression.
Int System::Regexp::getMatchCount | ( | ) |
String System::Regexp::getMatchString | ( | ) |
Bool System::Regexp::isValid | ( | ) |
|
inline |
Definition at line 14 of file Regexp.cpp.
Int System::Regexp::size |
Getter only. Returns the size of the regexp.
Definition at line 23 of file Regexp.cpp.