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

Content deleted Content added
Contains: Perl 6 same as Cobra/Java in this respect
Equality: Perl 6 is same as Perl 5 in this respect
Line 667:
|-
| <code>''string<sub>1</sub>'' eq ''string<sub>2</sub>''</code>
|[[Perl 5]] / [[Perl 6]]
|-
| <code>''string<sub>1</sub>''.equals(''string<sub>2</sub>'')</code>