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

Content deleted Content added
m v1.43 - WP:WCW project (Code tag without correct match - Reference duplication - Spelling and typography)
sp
Line 589:
|[[Fortran, PL/I]]<ref name="contain1">''startpos'' is IBM extension.</ref>
|-
| <code>index(''string'', ''substring'', ''occuranceoccurrence'')>0</code>
|[[Pick Basic]]
|-
Line 851:
|returns 0 (positions start at 1)
|-
| <code>index(''string'', ''substring'', ''occuranceoccurrence'' )</code>
|[[Pick Basic]]
|returns 0 if occurrence of substring is not in string; (positions start at 1)