System::Text::RegularExpressions::Regex::Escape method

Regex::Escape method

Escapet speciale tekens om een string te gebruiken als onderdeel van het patroon.

static String System::Text::RegularExpressions::Regex::Escape(const String &str)
ParameterTypeBeschrijving
strconst String&String om speciale tekens te escapen.

ReturnValue

String with escaped special characters.

Zie ook