Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| a_f:f:af:index_of [2022/09/13 18:15] – external edit 127.0.0.1 | a_f:f:af:index_of [2023/05/09 00:58] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>Functions | + | {{tag>Index Function |
| ====== INDEX_OF ====== | ====== INDEX_OF ====== | ||
| ===== Description ===== | ===== Description ===== | ||
| Returns an integer constant indicating the index of the first string within the second string. For example, | Returns an integer constant indicating the index of the first string within the second string. For example, | ||
| - | '' | + | '' |
| returns 5. If the first string is not contained within the second one 0 is returned. | returns 5. If the first string is not contained within the second one 0 is returned. | ||