- 博客(2)
- 收藏
- 关注
翻译 oracel trim()
trim('字符1' from '字符串2') 1. trim()删除字符串两边的空格。 2. ltrim()删除字符串左边的空格。 3. rtrim()删除字符串右边的空格。 4. trim('字符1' from '字符串2') 分别从字符2串的两边开始,删除指定的字符1。 5. trim([leading | trailing | both] trim_char from strin
2017-04-10 13:42:06
311
转载 java关于正则相关的函数的应用--compile(),match(),find(),group(),
1.Pattern是一个正则表达式经编译后的表现模式。 2.compile() 创建pattern类: static Pattern compile(String regex) //将给定的正则表达式编译并赋予给Pattern类 static Pattern compile(String regex, int flags) //可选的flag参数包括:CASE_INSENS
2017-04-10 10:31:29
3957
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人