|
A function that can be used in Formulas.
endsWith_caseInsensitive
(string$
, part$
)
string$
ends in part$
.startsWith_caseInsensitive
for determining whether string$
starts with part$
.endsWith
for case-sensitive matching.© Paul Boersma 2023