Thanks to visit codestin.com
Credit goes to www.java2s.com
Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
String Escape « Data Type « Java
Java
Data Type
String Escape
1.
Ends With Ignore Case
2.
Escape commas in the string using the default escape char
3.
Escapes characters that have special meaning to regular expressions
4.
unEscape String
5.
Quote string
6.
Unquote string
7.
Removes the double quote from the start and end of the supplied string if it starts and ends with this character
8.
Escape string
9.
Unescape any C escape sequences (\n, \r, \\, \ooo, etc) and return the resulting string.
10.
Unescape any MySQL escape sequences.
11.
Escape a string for use inside as XML element content. This escapes less-than and ampersand, only.
12.
Escape a string for use inside as XML single-quoted attributes.
13.
Replace String With Escape