i need replace "\" to “\” but return the error: “Array index out of range: 1”
See the blocks:
See the error:
is there an alternative?
i need replace "\" to “\” but return the error: “Array index out of range: 1”
See the blocks:
See the error:
is there an alternative?
Can you please show the “do it” results of the two text blocks?
I meant the two text blocks.
Also, try doubling the backslashes like
\
→ \\
\\
→ \\\\
It worked!! thank you very much
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.