.true if the receiving string contains the
other string.
It returns .false if other is
the null string or is not found within the receiving string.
The search is performed using caseless comparisons.
Say "-abcdef-"~caselessContains("EF") -- 1
Say "-abcdef-"~caselessContains("-", 2, 6) -- 0