Single Character Escape
sequence
|
Description
|
\n
|
Matches
new line character
|
\r
|
Matches
carriage return
|
\t
|
Matches
tab
|
\\
|
Matches
\
|
\|
|
Matches |
|
\.
|
Matches .
|
\-
|
Matches -
|
\^
|
Matches ^
|
\?
|
Matches ?
|
\*
|
Matches *
|
\+
|
Matches +
|
\{
|
Matches {
|
\}
|
Matches }
|
\(
|
Matches (
|
\)
|
Matches )
|
\[
|
Matches [
|
\]
|
Matches ]
|
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Friday 7 November 2014
XML: Single character escape
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment