clearMessages(); if (! preg_match('/\A#[0-9a-f]{6}\z/i', $value)) { $this->addMessage(sprintf( $this->translate('Color string not in the expected format %s'), '#rrggbb' )); return false; } return true; } }