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++