Hi, wondering if someone can help me with this.
I am pulling a string from some html
" style="width: 193px; height: 19px; " > Test</td> "
if I parse this to get the value “Test” it ends up looking like
" Test"
if I cast to symbol it looks like
`` Test `
I’ve tried timming, and replacing, and other things but I can’t seem to get rid of the preceeding whitespace
Thanks