|
APTCONVERT 1.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
o1
and o2
.
strings
contains String string
.
RE.getMatch(String, int)
but searches more generic
CharSequence
.
Hashtable
.string
within list strings
.
Hashtable
.StringUtil.escape(java.lang.String)
and StringUtil.unescape(java.lang.String)
.
StringUtil.escape(java.lang.String)
but puts a double quote character ('\"')
around the escaped string.
RE.getMatch(java.lang.String, int)
.oldSub
by substring newSub
inside String string
.
string
at occurences of char
separatorChar
.
StringUtil.unescape(java.lang.String)
but removes the double quote characters
('\"'), if any, before unescaping the string.
|
APTCONVERT 1.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |