i have a string
a = “hai my name is prasanth Madhavan”
and i would like to replace the space btw prasanth and Madhavan with a period.
when i use a.find(“prasanth”) it gives the location of p i.e the begining of the search string. is ther a way to get the location of the ending of the string using find??
1 Answer