Content deleted Content added
m v1.43 - WP:WCW project (Code tag without correct match - Reference duplication - Spelling and typography) |
|||
Line 848:
|-
| <code>index(''string'', ''substring'', ''startpos'' )</code>
|[[PL/I]]<ref name="contain1"
|returns 0 (positions start at 1)
|-
| <code>index(''string'', ''substring'', ''occurance'' )</code>
|[[Pick Basic]]
|returns 0 if
|-
| <code>''string''.indexOf(''substring''«,''startpos''«, ''charcount''»»)</code>
Line 1,455:
|[[Ruby (programming language)|Ruby]]
|-
| <code>''string''[1, ''n'']</code>
|[[Pick Basic]]
|-
Line 1,815:
|-
| <code>lowercase(''string'')</code>
|[[PL/I]]<ref name="lower1"
|-
| <code>ToLowerCase[''string'']</code>
Line 2,548:
|[[Cobra (programming language)|Cobra]], [[Python (programming language)|Python]],<ref name="substr2"/><ref name="substr3"/> [[Go (programming language)|Go]]
|-
| <code>''string''[''startpos'', ''numChars'']</code>
|[[Pick Basic]]
|-
|