Difference between revisions of "Special Character"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{String Functions}} | {{String Functions}} | ||
− | <question> | + | <question>Some characters must be escaped in string literals: |
− | + | Backslash \\ | |
+ | New line \n | ||
+ | Quote \" | ||
+ | Tab \t | ||
<shell> | <shell> | ||
public class P{ | public class P{ |
Latest revision as of 19:20, 13 January 2008
Some characters must be escaped in string literals:
Backslash \\ New line \n Quote \" Tab \t
[Font]
[Default]
[Show]
[Resize]
[History]
[Profile]