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

Content deleted Content added
Loudogni (talk | contribs)
Lowercase: Add Perl 6 snippet
Loudogni (talk | contribs)
Inequality: Fixing Perl 6's return value
Line 1,323:
<syntaxhighlight lang="perl6">
# Example in Perl 6
'hello' ne 'world' # returns trueTrue
</syntaxhighlight>