Solved

What String Method Can You Use to Locate the Lowest

Question 35

Multiple Choice

What string method can you use to locate the lowest index in a string named s where substring "findme" is found?


A) s.locate("findme")
B) s.find("findme")
C) s.grep('findme')
D) s.search("findme")

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions