How can I search for a specific character within a string?
For example say I want to search for the letter "n"
and the string is "peanut"- How can search for it so I can remove the n?
For example- If the letter n is found- it is removed. So
Searching for "n"
Word "peanuts"
Word is found
Turns to "peauts"
For example say I want to search for the letter "n"
and the string is "peanut"- How can search for it so I can remove the n?
For example- If the letter n is found- it is removed. So
Searching for "n"
Word "peanuts"
Word is found
Turns to "peauts"
Comment