Flexfor.com - Strona Główna tematykę forum określają wybrane tagi,
wybierz kilka i zacznij rozmawiać !
!
Musisz się zalogować, by móc dodawać wpisy na forum.
wybrane tematy :  

perl trim

perlmonk
nie zarejestrowany
193.203.192.15
  this function can be used to remove white characters from beginning and end of the string

sub trim($)
{
my $string = shift;
$string =~ s/^\s+//;
$string =~ s/\s+$//;
return $string;
}
1386 dni temu
wybrane tematy (tagi)
[-] perl
[-] trim

dodaj temat (tag) :

dodaj nowy:


bywalcy tego forum :
perlmonk

dodatkowe informacje o
perl trim :

gery.pl