System::Text::RegularExpressions::Match::Result 方法
Match::Result method
通过将子匹配引用替换为其值来格式化字符串。
virtual String System::Text::RegularExpressions::Match::Result(const String &replacement)
| Parameter | Type | 描述 |
|---|---|---|
| 替换内容 | const String& | 使用 ‘$?’-样式的替换格式化字符串。 |
ReturnValue
已完成替换的格式化字符串。
另见
- Class String
- Class Match
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++