$str =~ s/\s+/ /g; $str =~ s/^\s+//; $str =~ s/\s+$//; #### $str =~ s/\s+/ /g; $str =~ s/^\s//; $str =~ s/\s$//; #### Short string: Rate 3-sp_r 3-sp_r2 3-sp 3-sp_r 329182/s -- -14% -14% 3-sp_r2 382305/s 16% -- -1% 3-sp 384541/s 17% 1% -- Long string: Rate 3-sp 3-sp_r 3-sp_r2 3-sp 20911/s -- -12% -38% 3-sp_r 23687/s 13% -- -29% 3-sp_r2 33582/s 61% 42% --