java中怎么判断一个字符串的前缀和后缀是否与另一个字符串相同?

 我来答
创作者DPGTTT9Ftl
推荐于2019-08-01 · TA获得超过3672个赞
知道小有建树答主
回答量:53
采纳率:100%
帮助的人:8465
展开全部

一、

1、String str1 = "abcasdfasdfabc";

String str2 = "abcdsdfasdfasdfasdfasdabc";

if(str1.startsWith(str2.substring(0,2))&&str1.endsWith(str2.substring(str2.length()-3)))

System.out.println("两个字符串前三位和后三位都相同");

else

2、   System.out.println("两个字符串前三位和后三位不相同");

二、写一个Java应用程序,判断两个字符串是否相同,判断字符串的前缀、后缀是否和某个字符串相同,按字典顺序比较两个字符串的大小关系,检索字符串,创建字符串,将数字型字符串转换为数字,将字符串存放到数组中。

用字符数组创建字符串-Write a Java application to determine whether two strings are the same judgment string prefix, suffix and a string compare two strings lexicographically size relationship, retrieve the strings to create a string, converted to a digital numeric string, the string stored in the array, create a string array of characters.

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式