Metodo System::Text::RegularExpressions::Regex::Escape

Regex::Escape method

Escapa i caratteri speciali per utilizzare la stringa come parte del modello.

static String System::Text::RegularExpressions::Regex::Escape(const String &str)
ParametroTipoDescrizione
strconst String&String per eseguire l’escape dei caratteri speciali in.

ReturnValue

String with escaped special characters.

Vedi anche