I have a string: Name= 'A is an alphabet' and I want the output to be newName = 'A is An AlphAbet'
What is the easiest way to do it?
I have a string: Name= 'A is an alphabet' and I want the output to be newName = 'A is An AlphAbet'
What is the easiest way to do it?