Hello everyone,
Does anybody have a good function written that will allow a string to be passed to it and return the same string but with any duplicating words removed to leave just the first occurance of the word?
I.e. if I passed in "I need need some help" it will return "I need some help"
Many Thanks
Does anybody have a good function written that will allow a string to be passed to it and return the same string but with any duplicating words removed to leave just the first occurance of the word?
I.e. if I passed in "I need need some help" it will return "I need some help"
Many Thanks