12 Ocak 2017 Perşembe

Escape Characters

https://docs.oracle.com/javase/tutorial/java/data/characters.html

Escape Sequences
Escape SequenceDescription
\tInsert a tab in the text at this point.
\bInsert a backspace in the text at this point.
\nInsert a newline in the text at this point.
\rInsert a carriage return in the text at this point.
\fInsert a formfeed in the text at this point.
\'Insert a single quote character in the text at this point.
\"Insert a double quote character in the text at this point.
\\Insert a backslash character in the text at this point.

Hiç yorum yok:

Yorum Gönder