|
A function that can be used in Formulas.
index
(string$
, part$
)
part$
inside string$
, or 0 if not found.
index
(strings$#
, s$
)
s$
first occurs in strings$#
.
rindex
for the last occurrence
index_caseInsensitive
for case-insensitive matching
index_regex
for regular-expression matching
© Paul Boersma 2023