Regex IsMatch

Notes about Regex::IsMatch


if (!System::Text::RegularExpressions::Regex::IsMatch (this->MyString->Text, "[0-9a-fA-f]{1,3}" ))
   MessageBox::Show ( "Invalid value" );

(more…)