substring(startIndex: Int ) : String. This method will return one substring starting from index startIndex to the end of the string.
substring(startIndex: Int ) : String. This method will return one substring starting from index startIndex to the end of the string.