Forum Discussion

MasterSonic's avatar
MasterSonic
Icon for Helper IV rankHelper IV
3 years ago
Solved

Struggling to remove ~DE and ~

Hi guys, I need some fresh idea, how to remove ~DE and ~ from the end the string please? Majority of column has ~DE, which is easy to do remove (text after delimiter) But after removing it I have ...
  • AlienSx's avatar
    AlienSx
    3 years ago
    Text.TrimEnd( Text.Replace( your_string, "~DE", "" ), "~" )