System::Text::RegularExpressions::Group::Group 构造函数
Group::Group() constructor
空组的构造函数。
System::Text::RegularExpressions::Group::Group()
另见
- Class Group
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++
Group::Group(const UStringPtr&, int, int) constructor
构造函数。
System::Text::RegularExpressions::Group::Group(const UStringPtr &source, int index, int length)
| Parameter | Type | 描述 |
|---|---|---|
| source | const UStringPtr& | 源字符串。 |
| 索引 | int | 匹配的起始索引。 |
| length | int | Match 长度。 |
另见
- Typedef UStringPtr
- Class Group
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++