SyntaxFix
Write A Post
Hire A Developer
Questions
Using a RegEx is a straight way to do this:
Regex.IsMatch(title, "string", RegexOptions.IgnoreCase);