Forum Discussion

vmangalkar's avatar
vmangalkar
New Member
2 years ago
Solved

Issue in adding a custom column which should remove the initial numbers from the start of the string

Hello, I am facing a issue in adding a custom column which should remove the initial numbers from the start of the string. Original Text Expected Text 19 TestText TestText 2012 Test Te...
  • AlienSx's avatar
    2 years ago

    Hello, vmangalkar 

    Text.TrimStart([Original Text], {"0".."9", " "}))