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

Content deleted Content added
m split: HTTP -> HTTPS for W3Schools using AWB
Add "at2" reference
Line 3,056:
{{Reflist|refs=
<ref name="at1">the index can be negative, which then indicates the number of places before the end of the string.</ref>
<ref name="at2">the index can '''not''' be negative, use '''*-N''' where N indicate the number of places before the end of the string.</ref>
 
<ref name="substr2">''<code>startpos</code>'' can be negative, which indicates to start that number of places before the end of the string.</ref>