Solution Review: Find Index of a Specific Value in a String
This lesson gives a detailed review on how to find the index of a specific value in a string.
We'll cover the following...
Solution: Use find()
Use the built-in string function ...