I am new with Katalon Studio and need verify.
Is this katalon using native Groovy for scripting the test case.
Why do I need backslash with 4x for escaping character to replace.
This is a String to need verify read by excel:
“Pemesanan terverifikasi.\nLangsung bayar, yuk!”
I need replace this string for new line or “\n”
and for scripting i use.
str.replace(“\\n”, “”)
if i use two times/2x got an error and in Katalon can’t replace.
But if i using the other tools like Intellij is just use two backslash.