Android Question Contains but not case sensitive

ElliotHC

Active Member
Licensed User
I need to use .contains but I need it not to be case sensitive... e.g. string.contains("hello") and I need it to work with hElLo HEllO hELLO etc.. etc..
 
Top