System::Text::RegularExpressions::Match kelas

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

Metode

MetodeDeskripsi
AddCapture(const CapturePtr&)Menambahkan penangkapan ke dalam kecocokan.
AddGroup(const GroupPtr&)Menambahkan grup ke dalam kecocokan.
static get_Empty()Akses ke kecocokan kosong.
get_Groups()Mendapatkan daftar grup.
Match(const UStringPtr&, int, int)Konstruktor.
NextMatch()Iterasi atas kecocokan.
virtual Result(const String&)Memformat string dengan mengganti referensi submatch dengan nilai-nilainya.
SetMappedIndexes(const std::vector<int>&)

Lihat Juga