So I have a random of strings and I need to parse them, let's take an example:
This string - DeleteMe please and some other text
So I want to find DDeleteMe please and some other text
and remove it, because all I need is This string
Best Regards,