Computer Science for IGCSE & O level - Programming (Section 15 - No. 49)

What is the function of the 'Substring' method in string manipulation?
Convert all characters to lowercase
Extract a part of a string
Find the total length of the string
Convert the string to uppercase

Explanation

The Substring method is used to get a portion of a string.

Comments (0)

Advertisement