So I have a delimited string and I need to get the substring before the delimiter, 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.
-?