.true if the target string is strictly equal to the
other string, using a caseless comparison.
Returns .false if the two strings are not strictly equal."a"~caselessEquals("A") --> 1
"aa"~caselessEquals("A") --> 0
"4"~caselessEquals("3") --> 0