i'm currently writing a search program code on vb.net, is there anyway i can make it so that my searchwords are NOT case sensative?

ex: searchword "error" would return results such as "ERROR" "ErRor" "error" "eRRoR" etc.

anyhelp would be greatly appreciated