Write an XPath using contains by ignoring case

Hi, I wanted to write an XPath using contains by ignoring case(Upper/lower). How do I do that. Something like //a[contains(text(), ‘Sumith’)] it should match for SUMITH, sumith and SumIth as well.