Is there a way to ignore case totally in the indexOf('Text') condition

bhakya
Kilo Explorer

Hi All,

I want to ignore the cases while checking indexOf condition .

Please advise.

Thanks

1 ACCEPTED SOLUTION

Uncle Rob
Kilo Patron

object.toLowerCase().indexOf("term");


View solution in original post

1 REPLY 1

Uncle Rob
Kilo Patron

object.toLowerCase().indexOf("term");