======slashdecode====== Decode a [[PTPScript:Types:String|String]] escaped with slashes. \\ **Syntax** * ''[[PTPScript:Types:String|String]] slashdecode( [[PTPScript:Types:String|String]] subject )'' \\ **Parameters** * [[PTPScript:Types:String|String]] ''subject'' - The String to decode. \\ **Result** * [[PTPScript:Types:String|String]] - The decoded String. Returns ''subject'' with backslashes stripped from it.