To ignore the case when using the startsWith method, convert the entire string and the substring to lowercase when calling the method .
How do you make a Startwith case insensitive?
To ignore the case when using the startsWith method, convert the entire string and the substring to lowercase when calling the method .