Answers for "how to use \ in a string"

0

how to use \ in a string

var x = "The character \\ is called backslash.";

Code	Result
\b	Backspace
\f	Form Feed
\n	New Line
\r	Carriage Return
\t	Horizontal Tabulator
\v	Vertical Tabulator
Posted by: Guest on February-17-2021

Code answers related to "how to use \ in a string"

Browse Popular Code Answers by Language