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

Content deleted Content added
Compare (integer result): mention Perl 6 is the same as Perl 5
Compare (relational operator-based, Boolean result): Mention Perl 6 is the same as Perl 5 in this respect
Line 372:
|-
| <code>''string<sub>1</sub>'' OP ''string<sub>2</sub>''</code>, where <code>OP</code> can be any of <code>''eq'', ''ne'', ''lt'', ''gt'', ''le''</code> and <code>''ge''</code>
|[[Perl 5]] / [[ Perl 6]]
|-
| <code>''string<sub>1</sub>'' OP ''string<sub>2</sub>''</code>, where <code>OP</code> can be any of <code>==, !=, <, >, <=</code> and <code>>=</code>