<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    On 6/29/2021 5:28 PM, Marcos wrote:
    <blockquote type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">I was trying to replace the '\' using the <font
          style="background-color:rgb(255,255,255)"><b
            style="color:rgb(11,83,148)">replace () </b><font
            color="#000000">function</font></font>, but it didn´t work
        anyway.
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;font-size:small">It's
          probably a standard/default problem or a 'reserved (not a)
          word'.</div>
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;font-size:small"><br>
        </div>
      </div>
    </blockquote>
    Just a guess, but \ is commonly used to indicate special characters.
    eg, \n = newline.<br>
    Try using \\<br>
  </body>
</html>