Computer Science for IGCSE & O level - Programming (Section 4 - No. 28)

Which string function is typically used to locate a specified character or substring within a string?
Length
Substring
Index or Find
ToUpper

Explanation

Index or Find typically returns the position or index of the character.

Comments (0)

Advertisement