Content deleted Content added
→Find: Rust |
→Find character: Rust |
||
Line 1,060:
|-
| <code>List.elemIndex ''char'' ''string''</code>
|[[Haskell (programming language)|Haskell]] (returns <code>Just ''index''</code>)
|returns <code>Nothing</code>
|-
| <code>String.index ''string'' ''char''</code>
Line 1,094:
|[[APL (programming language)|APL]]
|returns 1 + the last position in ''string''
|-
| <code>''string''.find(''substring'')</code>
|[[Rust (programming language)|Rust]]
|returns [[Option type|<code>None</code>]]
|}
|