Content deleted Content added
→split: Add Perl 6 section |
Add references "substr5" and "substr6" for use with Perl 6 |
||
Line 3,123:
<ref name="substr3">''<code>endpos</code>'' can be negative, which indicates to end that number of places before the end of the string.</ref>
<ref name="substr4">''<code>numChars</code>'' can be negative, which indicates to end that number of places before the end of the string.</ref>
<ref name="substr5">''<code>startpos</code>'' can '''not''' be negative, use ''* - startpos'' to indicate to start that number of places before the end of the string.</ref>
<ref name="substr6">''<code>numChars</code>'' can '''not''' be negative, use ''* - numChars'' to indicate to end that number of places before the end of the string.</ref>
}}
|