System::Text::RegularExpressions::Regex::Escape méthode

Regex::Escape method

Échappe les caractères spéciaux pour utiliser la chaîne comme partie du modèle.

static String System::Text::RegularExpressions::Regex::Escape(const String &str)
ParamètreTypeDescription
strconst String&String dans laquelle échapper les caractères spéciaux.

ReturnValue

String with escaped special characters.

Voir aussi