Join Slack
Powered by
I want to convert `"Hello John \nThere \n"` into ...
# getting-started
p
poohbar
09/20/2018, 2:17 PM
I want to convert
"Hello John \nThere \n"
into
"Hello John\nThere\n"
. Basically strip all trailing whitespace from
each
line.
Open in Slack
Previous
Next