Comparison of programming languages (string functions): Difference between revisions

Content deleted Content added
A.Brudz (talk | contribs)
m Perl: lang="perl6"
Line 3,261:
 
Example:
<syntaxhighlight lang="perlperl6">
$string = $string.trim; # remove leading and trailing whitespace
$string .= trim; # same thing