System::Text::RegularExpressions::Match क्लास
अंतर्वस्तु
[
छिपाना
]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
विधियाँ
| विधि | विवरण |
|---|---|
| AddCapture(const CapturePtr&) | मैच में कैप्चर जोड़ता है। |
| AddGroup(const GroupPtr&) | मैच में समूह जोड़ता है। |
| static get_Empty() | खाली मैच एक्सेसर। |
| get_Groups() | समूह सूची प्राप्त करता है। |
| Match(const UStringPtr&, int, int) | निर्माता। |
| NextMatch() | मैचों पर पुनरावृत्ति। |
| virtual Result(const String&) | सबमैच संदर्भों को उनके मानों से बदलकर स्ट्रिंग को स्वरूपित करता है। |
| SetMappedIndexes(const std::vector<int>&) |
संबंधित देखें
- Class Group
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++