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