Thursday, 3 October 2013

startsWith() method of string ignoring case

startsWith() method of string ignoring case

I want to use startsWith() method of String but, ignoring the case.
Suppose I have String "Session" and I use startsWith on "sEsSi" then it
should return true.
Please suggest any pointers for this. Thanks in advance!

No comments:

Post a Comment