\n //line feed \r //carriage return \t //horizontal tab \\ //backslash \” //double quote \nnn //character corresponding to the octal value of nnn (with each digit being between 0 and 7) \xnn //character corresponding to the hexadecimal value of nn
- 10th, Jun 2010
-