5
Reply

How to remove repeated string from sentence?

shankar jha

shankar jha

Feb 2 2016 7:19 AM
402
How to remove repeated string from sentence?
 
ex-This Is Small and this is big.
 i need this string as -This Is Small and big.
write a genric code for it.
there can be many repeated string in a sentence.

Answers (5)