my $regex =' ^(\w*)?\s (\w*)?\s (\w*)?\s (?:([A-Z]*)\s)? (\d+)\* (?:([0-9+]+)[>])? ([0-9+]+)\s. (\d*) '; #### $input_string=~m/$regex/;