首页>代码>java对字符串中的单词进行替换>/StringReplace/src/test/Test.java
package test;

import utils.StringReplaceUtil;

public class Test {

	/**
	 * 增强型替换函数,替换字符串中的字符
	 * 例如:把字符串中的user替换为pwd,但是username中的user不替换.
	 * @param args
	 */
	public static void main(String[] args) {
//		String str="usernamefddfuserhbfgdhsdfhiuwvmnfnbjkghgirt c,.; user";
//		String xx="user";
//		String yy="";
//		String strr=StringReplaceUtil.replace(str, xx, yy);
//		System.out.println(strr);
		String str="usernamxfddfuserhbfgdhsdfhiuwvmuserxamenfnbjkghgirt c,.; usernam";
		String xx="user";
		String yy="pwd";
		String[] except={"+name"};
		String strr=StringReplaceUtil.replace(str, xx, yy,except);
		System.out.println(strr);
//		String stet=StringReplaceUtil.getPrefix("user+name");
//		String stet=StringReplaceUtil.getSuffix("user+name");
//		System.out.println("stet="+stet);
	}

}
最近下载更多
skyvsdes  LV1 2021年7月29日
jnwkkk  LV1 2020年10月8日
李英齐  LV1 2020年10月1日
mengxiangjava  LV2 2019年10月20日
墨染青衫  LV2 2019年6月17日
734688149  LV1 2019年6月3日
sxzysh  LV1 2019年5月23日
double123456lll  LV1 2019年5月5日
ethrtwfd  LV1 2019年3月31日
photograph  LV1 2018年10月13日
最近浏览更多
fghfffgh  LV1 2021年10月14日
youdelu11 2021年10月13日
暂无贡献等级
youdelu 2021年10月13日
暂无贡献等级
zqy999 2021年9月13日
暂无贡献等级
skyvsdes  LV1 2021年7月29日
lklk1998  LV3 2021年3月26日
1234567sc  LV3 2021年3月11日
jnwkkk  LV1 2020年10月8日
李英齐  LV1 2020年10月1日
zhengsi  LV1 2020年9月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友