@dan rathbun said:
TIG's example:
.tr("\"","/")
means replace all double quotes with a slash.
It probably should be:
**.tr("\\","/")**
Dan thanks for spotting my typo. I've corrected the original... By coincidence I was doing some changes between double and single quotes and it got stuck in my muscle memory !