Is there a faster way to make a case-insensitive search for substring, other than the obvious
subtext.lower() in text.lower()
I work on small texts. Specifically, titles.
Is there a faster way to make a case-insensitive search for substring, other than the obvious
subtext.lower() in text.lower()
I work on small texts. Specifically, titles.