String str = "123456";
// 可以使用任意字符串分隔,如$1-
String result1 = str.replaceAll("(.{2})(?=.{2})", "$1 ");
String result2 = str.replaceAll("(.{2})(?=.{2})", "$1-");
结果如下
String str = "123456";
// 可以使用任意字符串分隔,如$1-
String result1 = str.replaceAll("(.{2})(?=.{2})", "$1 ");
String result2 = str.replaceAll("(.{2})(?=.{2})", "$1-");
结果如下
上一篇:777
文章分类没有达梦数据库,所以只能选择oracle了
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M