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