Arbortext Command Language
>
Functions by Alphabetical Listing
>
index
index
index
(
s1
,
s2
)
This function returns the position in string
s1
of the first occurrence of string
s2
, based at
1
. If the substring is not found,
0
is returned. For example, the value of
index("rnotes9302", "9302")
would be
7
.