for (@array) { s/HAI WORLD Times ([0-9]+).*/ '\t\t' /eg; } #### for (@array) { s/$searchString/$replaceString/g; }