Skip to main content
Hide Sidebar
Show Sidebar
<Progzoo Sections>
ProgZoo
Tutorials
How to...
Assessments
Help
<Other>
To do list
Recent changes
Random page
Personal
38.107.179.228
Talk for this IP address
Log in / create account
Views
Page
Discussion
View source
History
Toolbox
What links here
Related changes
Special pages
Printable version
Tutorials
SET07102
Guides
Log in
Java
C#
C++
Perl
PHP
Python
Ruby
VB
Special Character
From Progzoo
String Functions
String Length
Equal Strings
Substring
Join Strings
Special Characters
Upper Case
Lower Case
Find Position
Split a String
Formatting
Using Print Formatting
Some characters must be escaped in string literals:
Backslash \\ New line \n Quote \" Tab \t
.
String s = "Tab\tQuote \"New line\n Back-slash\\"; System.out.println(s);
[
Font
] [
Default
] [
Show
] [
Resize
] [
History
] [
Profile
]
test text