strip() is a UDF I found that extracts characters from a string based off of certain specified parameters. But after using it, I saw that it did just was it said it did and totally concatenated everything into one big string so I then ended up using replace() which worked exactly like I wanted it to where it replaced every backslash with any character i specified...