I have a string, and i want a specific part from that. String is: "Hello how are you doing." I want 4 letter after word "how" and 4 letter after word "you". Also want to add additional string in front that is Joy.
So my final output should be like, "Joyare doi"
Thanks
So my final output should be like, "Joyare doi"
Thanks
Comment