java正则表达式

Q:有关转义符以及另外一种转换方法(可能出现负数的那一个)?以及string的一些常用方法?

// ip.endsWith(suffix)
// ip.indexOf(c)
// ip.indexOf(string)
// ip.isEmpty()
// ip.lastIndexOf(c/str)
// ip.replace(oldChar, newChar)
// ip.split(regularExpression)
// ip.startsWith(prefix)
// ip.subSequence(start, end)
// ip.substring(start, end)
// ip.trim();

posted @ 2013-08-31 18:21  西瓜君  阅读(120)  评论(0编辑  收藏  举报