Content deleted Content added
m →Perl: lang="perl6" |
|||
Line 3,261:
Example:
<syntaxhighlight lang="
$string = $string.trim; # remove leading and trailing whitespace
$string .= trim; # same thing
|
m →Perl: lang="perl6" |
|||
Line 3,261:
Example:
<syntaxhighlight lang="
$string = $string.trim; # remove leading and trailing whitespace
$string .= trim; # same thing
|