### Summary When loading a simple find/replace where the replacement char is a backslash it cannot be loaded. ### Example From the UI * Add "Find / Replace" item * Use a "\\" as the replace * Save Recipie Should be something like this: ``` Find_/_Replace({'option':'Simple string','string':'test'},'\\',true,false,true) ``` * Load the recipie you just saved * ERROR "Invalid Recipie"