in reply to Regex Quantifiers
($Regex1) = ($String =~ /.*(\d{6,8}).*/);
($Regex1) = ($String =~ /(\d{6,8})/); [download]