$full_string = ""; foreach (@match_array) { $full_string = $full_string."|".$_; }