Escape Sequence | Description |
---|---|
\t | Insert a tab in the text at this point. |
\b | Insert a backspace in the text at this point. |
\n | Insert a newline in the text at this point. |
\r | Insert a carriage return in the text at this point. |
\f | Insert 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. |
Andoid programlamayı öğrenmeye çalışıyorum. Ana kaynağım şu an için Udacity. Alıntılar ve ders programı da genelde Udacity'den olacak.
12 Ocak 2017 Perşembe
Escape Characters
https://docs.oracle.com/javase/tutorial/java/data/characters.html
Kaydol:
Kayıt Yorumları (Atom)
Hiç yorum yok:
Yorum Gönder