Forum Discussion
vmangalkar
2 years agoNew Member
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...
- 2 years ago
Hello, vmangalkar
Text.TrimStart([Original Text], {"0".."9", " "}))
vmangalkar
2 years agoNew Member
Thank you AlienSx this worked 👍