Content deleted Content added
Line 850:
|[[PL/I]]<ref name="contain1">''startpos'' is IBM extension.</ref>
|returns 0 (positions start at 1)
|-
| <code>index(''string'', ''substring'', ''occurance'' )</code>
|[[Pick Basic]]
|returns 0 if occurance of substring is not in string; (positions start at 1)
|-
| <code>''string''.indexOf(''substring''«,''startpos''«, ''charcount''»»)</code>
|