As a language, no it's not. Strings are, by the nature of their most common encodings, case sensitive. This is a good thing, as if strings were case insensitive, there's little you can do to get case sensitive behavior, and what could be offered by the language would be cumbersome. Getting case insensitive matching from case sensitive strings is trivial, just upper or lowercase each string before matching.
-- GandK Labs
Check out Reversi! in the channel store!