3.146.221.204 |    

Navigation

Google Advertisement

Die Funktion kill_space() reduziert in einem String die Anzahl der Leerzeichen auf ein Leerzeichen.

kill_space
  1. sub kill_space {
  2. my $str=shift;
  3. $str =~ s/\s+/ /g;
  4. return $str;
  5. }
Parsed in 0.001 seconds at 75.81 KB/s

Search
 
Full text search by name and content of a snippet.

User online
There are 4 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)