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

StringUtils的实用功能

时间:2018-01-11 17:30:37      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:util   post   out   port   log   str   common   mon   功能   

1、获取"GET /topic/1410-5813 -"中 1410-5813

import org.apache.commons.lang3.StringUtils;
String s = StringUtils.substringBetween(str, "/", " -");
        String str="name/123123123 -";
        String s = StringUtils.substringBetween(str, "/", " -");
        System.out.println(s);

  sout:123123123

StringUtils的实用功能

标签:util   post   out   port   log   str   common   mon   功能   

原文地址:https://www.cnblogs.com/xiaotieblog/p/8269104.html

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