System::Text::RegularExpressions::Regex::Escape 메서드
Regex::Escape method
패턴의 일부로 문자열을 사용하기 위해 특수 문자를 이스케이프합니다.
static String System::Text::RegularExpressions::Regex::Escape(const String &str)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| str | const String& | String에서 특수 문자를 이스케이프할 문자열. |
ReturnValue
String with escaped special characters.
또 보기
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++