To perform a grep search that ignores case, or is case insensitive, use the -i option (or --ignore-case). The grep command is case sensitive by default.
-i
--ignore-case
grep -i bob file.txt