Escaped characters prior didn't remove the escape character \, which was incorrect. Also, sections can be enclosed by quotation marks ", which are trimmed from rules now.
Notes:
Currently using .Trim() and .Replace() to do this.
Characters can be escaped in string enclosed by quotation marks. Hence no matter what we remove the \ characters,
Escaped characters prior didn't remove the escape character \, which was incorrect. Also, sections can be enclosed by quotation marks ", which are trimmed from rules now. Notes: