Skip to main content
13-Aquamarine
March 19, 2013
Solved

In ACL, how to replace in a string variable the backslash (\) by the slash (/)

  • March 19, 2013
  • 1 reply
  • 1019 views

Hi,

In ACL, how to replace in a string variable, the backslash (\) by the slash (/).

David G

    Best answer by pnagai

    You will want to use gsub(). Type "help gsub" on the Editor Command line. \ is special so pay attention the note about quadruple backslashes.

    1 reply

    pnagai1-VisitorAnswer
    1-Visitor
    March 19, 2013

    You will want to use gsub(). Type "help gsub" on the Editor Command line. \ is special so pay attention the note about quadruple backslashes.