I want to replace \\n with a space in a String with a recursive function using pattern matching, but I can\'t figure out how to match the \\ char.
This is my function