String Escape « Data Type « Java






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