System::Text::RegularExpressions::Match class
Contenuti
[
Nascondere
]Match class
Single match of regexp over string. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class Match : public System::Text::RegularExpressions::Group
Metodi
| Metodo | Descrizione |
|---|---|
| AddCapture(const CapturePtr&) | Aggiunge una cattura alla corrispondenza. |
| AddGroup(const GroupPtr&) | Aggiunge un gruppo alla corrispondenza. |
| static get_Empty() | Accessor per corrispondenza vuota. |
| get_Groups() | Ottiene l’elenco dei gruppi. |
| Match(const UStringPtr&, int, int) | Costruttore. |
| NextMatch() | Iterazione sulle corrispondenze. |
| virtual Result(const String&) | Formatta la stringa sostituendo i riferimenti ai sotto‑corrispondenze con i loro valori. |
| SetMappedIndexes(const std::vector<int>&) |
Vedi anche
- Class Group
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++