码迷,mamicode.com
首页 > 其他好文 > 详细

string的那些操作

时间:2019-09-26 16:08:25      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:font   size   desktop   bst   pat   ring   contains   substr   utils   

//获取路径中最后的\\之前的内容
String storePath = StringUtils.substringBeforeLast("C:\\Users\\mzc\\Desktop\\test.xlsx","\\")
//判断字符串中是否含有另一个字符串,有则替换掉,没有使字符串为空
String a = "qwerty"
a = a.contains("qwe") ?a.replace("qwe", "") : "";
 

string的那些操作

标签:font   size   desktop   bst   pat   ring   contains   substr   utils   

原文地址:https://www.cnblogs.com/mzc--/p/11592296.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!