It says I there should be a newline character between SecondLine and ThirdLine.
Here’s my code…
var myStr = “FirstLine\n\t\SecondLine\\rThirdLine” ; // Change this line
It says I there should be a newline character between SecondLine and ThirdLine.
Here’s my code…
var myStr = “FirstLine\n\t\SecondLine\\rThirdLine” ; // Change this line
newline is \n
Go head and add it between SecondLine and ThirdLine.
Ok I tried it. Thank you!