Namespace: Regex
Regular expression submatch
Type: Value type
| Declaration | Description |
|---|---|
| void SubMatch() | Constructor. Do not use. |
| void SubMatch(const SubMatch& in other) | Copy constructor |
| int GetLength() const | Gets the length of the submatch |
| string GetString() const | Gets this submatch as a string |
| int Compare(const SubMatch& in other) const | Compares this submatch to another |
| int Compare(const string& in szString) const | Compares this submatch to a string |