Code:
const char *s1 = "LOloLOLOLOLoLOL blAh";
const char *s2 = "blah";
How can I compare the right hand side of s1 to s2, case insensitively? Is there a standard function for this, or will I need to write my own?