sed remove all whitespace characters code example Example: perl remove all whitespace $str =~ s/^\s+//;