I want to keep a single sentence in string with many the same sentences. Input:
str1 = 'I want to do this to help her to get the job done I want to do this to help her to get the job done'
Expected output:
str2 = 'I want to do this to help her to get the job done'
Not missing some "to". Thanks.