System::Text::RegularExpressions::Regex::Unescape method

Regex::Unescape method

Verwijdert escape‑tekens in een string die als onderdeel van het patroon worden gebruikt.

static String System::Text::RegularExpressions::Regex::Unescape(const String &str)
ParameterTypeBeschrijving
strconst String&String om escape‑tekens te verwijderen.

ReturnValue

String with unescaped special characters.

Zie ook