Forum Discussion
DemoFour
3 years agoContinued Contributor
Error with Text.Trim
Hi people, I am trying to use a list with Text.Trim to remove punctuation and line breaks, but I am getting an error. In the Gill Raviv exersize 11-4, he uses Text.Trim and amended the code f...
HotChilli
3 years agoCommunity Champion
The documentation on Text.Trim is sorely lacking regarding the second parameter. The implication from the code you posted is that
#"Punctuation and Line Breaks"
is a list which holds single-character text values. I don't know what's in there currently but ".." will probably break it
Sorry about the red text!