How does substring () inside string works?

The substring(int beginIndex, int endIndex) method of the String class. It returns a new string that is a substring of this string . The substring begins at the specified beginIndex and extends to the character at index endIndex – 1. Thus the length of the substring is endIndex-beginIndex.9 Şub 2018

Sizin İçin Seçtik  Twist hangi kasları çalıştırır?

Leave a Reply

Your email address will not be published. Required fields are marked *